Removes string-concat compiler argument since it is not supported anymore
This commit is contained in:
@@ -10,7 +10,6 @@ plugins {
|
||||
|
||||
kotlin {
|
||||
compilerOptions {
|
||||
freeCompilerArgs.add("-Xstring-concat=inline")
|
||||
freeCompilerArgs.add("-Xexpect-actual-classes")
|
||||
}
|
||||
jvm {
|
||||
|
||||
Reference in New Issue
Block a user