From bacaf2e662998c5c2a8f3e562ab536d313b32c52 Mon Sep 17 00:00:00 2001 From: Jiaxiang Chen Date: Wed, 1 Jun 2022 15:19:20 -0700 Subject: [PATCH] UPDATE_KOTLIN_VERSION: 1.7.0-RC2 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 0a55593ce0..d942ce271b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # Copied from kotlinc org.gradle.jvmargs=-Duser.country=US -Dkotlin.daemon.jvm.options=-Xmx2200m -Dfile.encoding=UTF-8 -kotlinBaseVersion=1.7.0-RC +kotlinBaseVersion=1.7.0-RC2 agpBaseVersion=7.0.0 intellijVersion=203.8084.24 junitVersion=4.12