Skip to content

Commit

Permalink
Merge pull request #322 from skydoves/remove/k2-compiler
Browse files Browse the repository at this point in the history
Remove experimental k2 compiler
  • Loading branch information
skydoves authored Aug 2, 2023
2 parents b897253 + d046457 commit 8a082de
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,4 @@ android.defaults.buildfeatures.shaders=false
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
# https://developer.android.com/studio/releases/gradle-plugin#4.1-nontransitive-r-class
android.nonTransitiveRClass=true
# Use K2 compiler
kotlin.experimental.tryK2=true
# Run lint on K2
android.lint.useK2Uast=true
android.nonTransitiveRClass=true

0 comments on commit 8a082de

Please sign in to comment.