Skip to content

Commit

Permalink
Add concat inline option
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharkaboi committed Mar 23, 2024
1 parent 51f4ceb commit 7691bbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ android {
}
kotlinOptions {
jvmTarget = '17'
freeCompilerArgs = [
"-Xstring-concat=inline"
]
}
buildFeatures {
viewBinding true
Expand Down

0 comments on commit 7691bbe

Please sign in to comment.