What is the best way to suppress the “unsafe inter...
# getting-started
n
What is the best way to suppress the “unsafe internal compiler arguments” warning for Kotlin 2.x? I’m using the WhenGuards among some other 2.x features for some non-production code. I tried adding “kotlin.compiler.arguments.suppress.internal=true” to gradle.properties but that does not work. Thread in Slack Conversation