Bump Kotlin to 2.3.10 to fix release build

Fixes produceReleaseComposeMapping failing with "Unsupported class file
major version 69" (KT-83266). The compose-group-mapping library in
Kotlin 2.3.0 used an ASM version that couldn't handle Java 25 class
files from dependencies.

Made-with: Cursor
This commit is contained in:
LoveSy
2026-03-04 22:17:08 +08:00
committed by topjohnwu
parent 2ce0fdebe6
commit 6a9bd4531f
+1 -1
View File
@@ -1,5 +1,5 @@
[versions]
kotlin = "2.3.0"
kotlin = "2.3.10"
android = "9.0.1"
ksp = "2.3.4"
libsu = "6.0.0"