Skip to content

Instantly share code, notes, and snippets.

@johnsonlee
Created December 9, 2022 11:14
Show Gist options
  • Select an option

  • Save johnsonlee/f5892225b90d464a583cf33e631433ec to your computer and use it in GitHub Desktop.

Select an option

Save johnsonlee/f5892225b90d464a583cf33e631433ec to your computer and use it in GitHub Desktop.
tasks.withType<KotlinCompile> {
kotlinOptions {
freeCompilerArgs = listOf("-Xno-optimized-callable-references")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment