Skip to content

Commit

Permalink
Add Android Lint K2 option
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluu committed Feb 3, 2024
1 parent 1a1944d commit a5f6b14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ org.gradle.configuration-cache=true
org.gradle.configuration-cache.problems=warn
# AGP 8.0 or Higher
android.enableBuildConfigAsBytecode=true

# K2 Options
kotlin.experimental.tryK2=true
android.lint.useK2Uast=true

0 comments on commit a5f6b14

Please # to comment.