From 192c6ee1e91182b60d6c5b6b860559c3644c3c1e Mon Sep 17 00:00:00 2001 From: pluu Date: Tue, 24 Oct 2023 01:23:20 +0900 Subject: [PATCH] Use Kotlin K2 --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index cce8a057..24670a57 100644 --- a/gradle.properties +++ b/gradle.properties @@ -43,4 +43,5 @@ org.gradle.configuration-cache=true # Use this flag carefully, in case some of the plugins are not fully compatible. org.gradle.configuration-cache.problems=warn # AGP 8.0 or Higher -android.enableBuildConfigAsBytecode=true \ No newline at end of file +android.enableBuildConfigAsBytecode=true +kotlin.experimental.tryK2=true