Skip to content

Commit bd930df

Browse files
committed
Reapply "UPDATE_KOTLIN_VERSION: 1.9.23"
This reverts commit a7806c0.
1 parent ed69ac3 commit bd930df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler-plugin/src/main/kotlin/com/google/devtools/ksp/IncrementalContext.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ class LookupStorageWrapperImpl(
244244

245245
override fun close() = impl.close()
246246

247-
override fun flush() = impl.flush()
247+
override fun flush() = impl.flush(true)
248248
}
249249

250250
object LookupSymbolExternalizer : DataExternalizer<LookupSymbolWrapper> {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copied from kotlinc
22
org.gradle.jvmargs=-Duser.country=US -Dkotlin.daemon.jvm.options=-Xmx2200m -Dfile.encoding=UTF-8
33

4-
kotlinBaseVersion=2.0.0-Beta4
4+
kotlinBaseVersion=1.9.23
55
agpBaseVersion=7.2.0
66
intellijVersion=213.7172.25
77
junitVersion=4.13.1

0 commit comments

Comments
 (0)