saket
05/17/2023, 6:47 PM-Xjvm-default=all
in their project? this doesn't seem to be working in this PR:
targets.configureEach {
compilations.configureEach {
compilerOptions.configure {
freeCompilerArgs.addAll(
"-Xjvm-default=all", // TODO IDE complains this isn't set (transformableState.kt). is it working?
)
}
}
}
jw
05/17/2023, 6:54 PMjw
05/17/2023, 6:57 PMjw
05/17/2023, 6:59 PMsaket
05/17/2023, 7:00 PM