Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Aug 4, 2023
1 parent 697c0b7 commit b4db1c7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,16 @@ android.defaults.buildFeatures.resValues=false
# https://d.android.com/reference/tools/gradle-api/8.0/com/android/build/api/dsl/BuildFeatures#shaders()
# Flag to enable Shader compilation.
# Default value is true.
android.defaults.buildFeatures.shaders=false
android.defaults.buildFeatures.shaders=false



# Use latest lint alpha for best available K2 support
# https://googlesamples.github.io/android-custom-lint-rules/usage/newer-lint.md.html
android.experimental.lint.version=8.2.0-alpha15

# Use K2 compiler
kotlin.experimental.tryK2=true

# Run lint on K2
android.lint.useK2Uast=true

0 comments on commit b4db1c7

Please sign in to comment.