Skip to content

Commit

Permalink
UPDATE_KOTLIN_VERSION: 1.9.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-yuan committed Mar 7, 2024
1 parent 44a949f commit 4916a6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -244,7 +244,7 @@ class LookupStorageWrapperImpl(

override fun close() = impl.close()

override fun flush() = impl.flush()
override fun flush() = impl.flush(true)
}

object LookupSymbolExternalizer : DataExternalizer<LookupSymbolWrapper> {
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=2.0.0-Beta4
kotlinBaseVersion=1.9.23
agpBaseVersion=7.2.0
intellijVersion=213.7172.25
junitVersion=4.13.1
Expand Down

0 comments on commit 4916a6c

Please sign in to comment.