rnett
05/23/2021, 11:18 PMNoClassDefFoundError
errors) trying to use a library in a native compiler plugin (i.e. using kotlin-compiler
instead of kotlin-compiler-embeddable
. Said library also uses kotlin-compiler
, and I'm depending on it using implementation
, which works fine for the non-native compiler plugin, but when I try to use something from the library in the native plugin I get NoClassDefFoundError
. Do I need to shade it in myself?Strum355
05/23/2021, 11:38 PMrnett
05/23/2021, 11:51 PMcom.rnett.plugin.ir.UtilsKt
, it's from my libraryrnett
05/24/2021, 1:53 AMkotlin-compiler
instead of kotlin-compiler-embeddable
.