Created
December 9, 2022 11:14
-
-
Save johnsonlee/f5892225b90d464a583cf33e631433ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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