Add enable / disable feature in JPS

#KT-26775 Fixed
#KT-26774 Fixed
This commit is contained in:
Mikhail Glukhikh
2018-09-18 20:09:49 +03:00
parent 8a7ff4cd24
commit f6b805a973
7 changed files with 40 additions and 33 deletions
@@ -19,6 +19,6 @@ dependencies {
}
compileKotlin {
kotlinOptions {
freeCompilerArgs = ["-XXLanguage:+SamConversionForKotlinFunctions"]
freeCompilerArgs = ["-XXLanguage:+SamConversionForKotlinFunctions"] // Free compiler arguments
}
}
@@ -20,5 +20,6 @@ dependencies {
compileKotlin {
kotlinOptions {
freeCompilerArgs = ["-XXLanguage:+SamConversionForKotlinFunctions", "-XXLanguage:+InlineClasses"]
// Free compiler arguments
}
}