Why do I get this warning? I can't recall having o...
# announcements
m
Why do I get this warning? I can't recall having opted in to any of these. I only get that warning when building in IDEA, not when using gradle on the command line.
Copy code
Warning:Kotlin: ATTENTION!
This build uses unsafe internal compiler arguments:
-XXLanguage:+NewInference
-XXLanguage:+SamConversionForKotlinFunctions
-XXLanguage:+NewInference
-XXLanguage:+SamConversionForKotlinFunctions
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!