mirror of
https://github.com/chylex/IntelliJ-Inspection-Lens.git
synced 2025-05-01 17:34:09 +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 {
|
compilerOptions {
|
||||||
freeCompilerArgs = listOf(
|
freeCompilerArgs = listOf(
|
||||||
"-X" + "jvm-default=all"
|
"-X" + "jvm-default=all",
|
||||||
|
"-X" + "lambdas=indy"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user