Removes string-concat compiler argument since it is not supported anymore

This commit is contained in:
Vitor Pamplona
2026-02-17 19:02:53 -05:00
parent 862ce9e2c2
commit c755908db5
4 changed files with 15 additions and 12 deletions
-1
View File
@@ -48,7 +48,6 @@ android {
kotlin {
compilerOptions {
jvmTarget = JvmTarget.JVM_21
freeCompilerArgs.add("-Xstring-concat=inline")
}
}