christophsturm
05/12/2020, 3:19 PMWarning:Kotlin: ATTENTION!
This build uses unsafe internal compiler arguments:
-XXLanguage:+NewInference
-XXLanguage:+SamConversionForKotlinFunctions
-XXLanguage:+ReferencesToSyntheticJavaProperties
This mode is not recommended for production use,
as no stability/compatibility guarantees are given on
compiler or generated code. Use it at your own risk!
I don’t remember editing any kotlin compiler flags and I also don’t see it anywherechristophsturm
05/12/2020, 3:20 PMwasyl
05/12/2020, 3:25 PMchristophsturm
05/12/2020, 3:26 PMchristophsturm
05/12/2020, 3:28 PMplugins {
`kotlin-dsl`
}
repositories {
jcenter()
}
wasyl
05/12/2020, 3:44 PMbuildSrc
project. But then these flags only affect your build code (buildSrc and build scripts), not the actual code in non-buildSrc projectswasyl
05/12/2020, 3:45 PMkotlinDslPluginOptions {
experimentalWarning.set(false)
}
(not sure it’s proper syntax for gradle.kts
)christophsturm
05/13/2020, 1:00 PMchristophsturm
05/13/2020, 1:03 PMwasyl
05/13/2020, 1:13 PMConfiguring: <some project>
message or somethingchristophsturm
05/13/2020, 1:26 PMchristophsturm
05/13/2020, 1:27 PM