Add enable / disable feature in JPS
#KT-26775 Fixed #KT-26774 Fixed
This commit is contained in:
+1
-1
@@ -19,6 +19,6 @@ dependencies {
|
||||
}
|
||||
compileKotlin {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs = ["-XXLanguage:+SamConversionForKotlinFunctions"]
|
||||
freeCompilerArgs = ["-XXLanguage:+SamConversionForKotlinFunctions"] // Free compiler arguments
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
@@ -20,5 +20,6 @@ dependencies {
|
||||
compileKotlin {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs = ["-XXLanguage:+SamConversionForKotlinFunctions", "-XXLanguage:+InlineClasses"]
|
||||
// Free compiler arguments
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user