in their project? this doesn't seem to be working in this PR:
Copy code
targets.configureEach {
compilations.configureEach {
compilerOptions.configure {
freeCompilerArgs.addAll(
"-Xjvm-default=all", // TODO IDE complains this isn't set (transformableState.kt). is it working?
)
}
}
}
j
jw
05/17/2023, 6:54 PM
Wasn't this removed? It's now the default. There's an annotation for compatibility bridge generation but otherwise you don't have to do anything anymore I think.
jw
05/17/2023, 6:57 PM
Ah nevermind I guess I'm thinking of the old annotation and the old values to that arguments.