Skip to content

Commit

Permalink
UPDATE_KOTLIN_VERSION: 1.8.20-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
neetopia committed Mar 14, 2023
1 parent 0038f41 commit 294658b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copied from kotlinc
org.gradle.jvmargs=-Duser.country=US -Dkotlin.daemon.jvm.options=-Xmx2200m -Dfile.encoding=UTF-8

kotlinBaseVersion=1.9.0-dev-877
kotlinBaseVersion=1.8.20-RC
agpBaseVersion=7.0.0
intellijVersion=203.8084.24
junitVersion=4.12
Expand Down
3 changes: 2 additions & 1 deletion integration-tests/src/test/resources/hmpp/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
org.gradle.jvmargs=-Xmx2048M
org.gradle.jvmargs=-Xmx2048M
org.gradle.unsafe.configuration-cache.max-problems=5000
3 changes: 2 additions & 1 deletion integration-tests/src/test/resources/kmp/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
org.gradle.jvmargs=-Xmx2048M
org.gradle.jvmargs=-Xmx2048M
org.gradle.unsafe.configuration-cache.max-problems=5000
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
org.gradle.jvmargs=-Xmx4096M -XX:MaxMetaspaceSize=1024m
kotlin.daemon.jvmargs=-Xmx4096M -XX:MaxMetaspaceSize=1024m
org.gradle.unsafe.configuration-cache.max-problems=5000
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ include("compiler-plugin")
include("symbol-processing")
include("symbol-processing-cmdline")
include("integration-tests")
include("kotlin-analysis-api")

0 comments on commit 294658b

Please sign in to comment.