Using kotlin.random.Random crashes with NoClassDefFoundError
natanfudge opened this issue ยท 5 comments
It happened in this project https://dilaton.martmists.com/martmists/realisticclouds
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 ?
i think we missed to include org.jetbrains.kotlin:kotlin-stdlib-jdk7
and it is not transitive
i hope adding that fixes this