Upgrade Kotlin to 2.1.0 and Compose compiler to 2.1.0 for Billing 8 compatibility

This commit is contained in:
Tretzi
2026-04-16 17:49:09 -05:00
parent 3a40ee5a0c
commit 3230803c2c

View File

@@ -55,7 +55,7 @@ android {
compose = true compose = true
} }
composeOptions { composeOptions {
kotlinCompilerExtensionVersion = "1.5.14" kotlinCompilerExtensionVersion = "2.1.0"
} }
packaging { packaging {
resources { resources {