fabric-language-kotlin icon indicating copy to clipboard operation
fabric-language-kotlin copied to clipboard

Caused by: java.lang.ClassNotFoundException: kotlin.jvm.internal.Intrinsics

Open LittleLito opened this issue 2 years ago • 3 comments

when i use the jar that i found in my project's build/libs folder to test its working on common mc launcher(not inside intellij) and i got this: Caused by: java.lang.ClassNotFoundException: kotlin.jvm.internal.Intrinsics i used kotlin in my project, but the main entry class is in java and i added fabric-language-kotlin in build.gradle's dependencies

LittleLito avatar Sep 14 '21 12:09 LittleLito

Have you also installed FLK in the mc launcher mods directory? It needs to be there as well. (And preferably in your fabric.mod.json's depends section as well)

Juuxel avatar Sep 14 '21 13:09 Juuxel

how can i install it?

LittleLito avatar Sep 15 '21 09:09 LittleLito

You just need to download the FLK jar and put in it mods like any other mod.

Juuxel avatar Sep 15 '21 10:09 Juuxel