mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-07-03 14:08:39 +02:00
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:
@@ -1,5 +1,5 @@
|
|||||||
[versions]
|
[versions]
|
||||||
kotlin = "2.3.0"
|
kotlin = "2.3.10"
|
||||||
android = "9.0.1"
|
android = "9.0.1"
|
||||||
ksp = "2.3.4"
|
ksp = "2.3.4"
|
||||||
libsu = "6.0.0"
|
libsu = "6.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user