andylamax
02/05/2021, 5:35 AMClass 'tz.co.asoft.IPrinciple' is compiled by an unstable version of the Kotlin compiler and cannot be loaded by this compiler
using kotlin 1.4.30 JVM/IR
Class '<http://tz.co|tz.co>.asoft.IPrinciple'
was compiled by kotlin 1.4.21 JVM/IR. Is this expected?
Do all my dependencies need to be recompiled by 1.4.30?andylamax
02/05/2021, 5:56 AMkotlinOptions {
freeCompilerArgs = listOf("-Xallow-unstable-dependencies")
}
Question is, is it the best route? This code will be in production. Any guarantees?pawegio
02/05/2021, 7:39 AMandylamax
02/05/2021, 8:01 AM