mirror of
https://github.com/chylex/IntelliJ-Inspection-Lens.git
synced 2025-04-23 03:15:46 +02:00
Configure Kotlin compiler to use invokedynamic for lambdas
This commit is contained in:
parent
0bc85fd69b
commit
3aeeb32bef
@ -39,7 +39,8 @@ kotlin {
|
||||
|
||||
compilerOptions {
|
||||
freeCompilerArgs = listOf(
|
||||
"-X" + "jvm-default=all"
|
||||
"-X" + "jvm-default=all",
|
||||
"-X" + "lambdas=indy"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user