Skip to content

Commit

Permalink
UPDATE_KOTLIN_VERSION: 1.9.22
Browse files Browse the repository at this point in the history
(cherry picked from commit a7dc926)
  • Loading branch information
neetopia committed Jan 18, 2024
1 parent 5f6f4bc commit c8946f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -163,7 +163,7 @@ class KotlinFactories {
from = compilerOptions,
into = kspTask.compilerOptions
)

kspTask.produceUnpackedKlib.set(false)
kspTask.onlyIf {
// KonanTarget is not properly serializable, hence we should check by name
// see https://youtrack.jetbrains.com/issue/KT-61657.
Expand Down
2 changes: 1 addition & 1 deletion 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.9.21
kotlinBaseVersion=1.9.22
agpBaseVersion=7.0.0
intellijVersion=213.7172.25
junitVersion=4.13.1
Expand Down

0 comments on commit c8946f1

Please sign in to comment.