From a5f6b1462d3c1e2d8ae16624f6426d7d25eb31a5 Mon Sep 17 00:00:00 2001 From: pluu Date: Sat, 3 Feb 2024 10:56:31 +0900 Subject: [PATCH] Add Android Lint K2 option --- gradle.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gradle.properties b/gradle.properties index 24670a57..fc30ddb4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 \ No newline at end of file