fix: Release builds not working

This commit is contained in:
Ax333l
2026-02-27 16:50:49 +01:00
parent fc30ba5e83
commit 00b3c59572
2 changed files with 5 additions and 2 deletions

View File

@@ -11,4 +11,7 @@
-dontwarn com.google.j2objc.annotations.*
-dontwarn java.awt.**
-dontwarn javax.**
-dontwarn org.slf4j.**
-dontwarn org.slf4j.**
-dontwarn org.immutables.value.Generated
-dontwarn reactor.blockhound.integration.BlockHoundIntegration

View File

@@ -23,7 +23,7 @@ koin = "4.1.1"
ktor = "3.3.3"
markdown-renderer = "0.39.0"
fading-edges = "1.0.4"
kotlin = "2.3.0"
kotlin = "2.3.10"
android-gradle-plugin = "8.13.2"
dev-tools-gradle-plugin = "2.3.4"
about-libraries = "13.2.1"