Skip to content

Commit

Permalink
UPDATE_KOTLIN_VERSION: 1.9.23
Browse files Browse the repository at this point in the history
(cherry picked from commit 4916a6c)
  • Loading branch information
ting-yuan authored and neetopia committed Apr 5, 2024
1 parent 96361a9 commit a965387
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 a965387

Please sign in to comment.