My case is unusual. Is there any chance to compile code without kotlin-runtime
? Flags -Xno-param-assertions
and -Xno-call-assertions
doesn’t help much, I still got:
java.lang.NoClassDefFoundError: Failed resolution of: Lkotlin/jvm/internal/Intrinsics;
at lt.neworld.yyy.<init>(Unknown Source:2)
at lt.neworld.yyy.<init>(yyy.kt:13)