From d04645719181a83a34cdf682df2aadb6638ad116 Mon Sep 17 00:00:00 2001 From: skydoves Date: Wed, 2 Aug 2023 19:10:12 +0900 Subject: [PATCH] Remove experimental k2 compiler --- gradle.properties | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index 32d69f16..b3a660cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 \ No newline at end of file +android.nonTransitiveRClass=true \ No newline at end of file