``` compileKotlin { kotlinOptions.freeCompiler...
# getting-started
d
Copy code
compileKotlin {
    kotlinOptions.freeCompilerArgs += '-Xjvm-default=enable'
}