Hi folks, any one getting this exception on Kotlin...
# announcements
s
Hi folks, any one getting this exception on Kotlin 1.4 ?
java.lang.NoSuchMethodError: kotlin.jvm.internal.FunctionReferenceImpl.<init>(ILjava/lang/Class;Ljava/lang/String;Ljava/lang/String;I)V
at line 62 ( in 1.3.72 was working )
By using
freeCompilerArgs += "-Xno-optimized-callable-references"
into the gradle script fix the problem
a
p
Off-topic but which theme is it? 😅