Fabric Language Kotlin

Fabric Language Kotlin

32M Downloads

Using kotlin.random.Random crashes with NoClassDefFoundError

natanfudge opened this issue ยท 5 comments

commented

This is the log
image

It happened in this project https://dilaton.martmists.com/martmists/realisticclouds

commented

i assume this uses jdk 9-12 ?
i would report this to kotlin (slack) first to see whats going on
or is there specific dependencies we miss to include ?

commented

This is using jdk8 (I think). I (or someone else) need to test it myself.

commented

i think we missed to include org.jetbrains.kotlin:kotlin-stdlib-jdk7 and it is not transitive
i hope adding that fixes this

commented

Wouldn't that mean we bundle both jdk8 and jdk7? That won't be good.

commented

jdk-7 is just 3.06 kb