mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-09-05 08:09:33 +00:00
fixed issue with ksp (with https://github.com/google/ksp/issues/2491)
This commit is contained in:
@@ -8,6 +8,9 @@ android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2g
|
||||
|
||||
# https://github.com/google/ksp/issues/2491
|
||||
ksp.useKSP2=false
|
||||
|
||||
# JS NPM
|
||||
|
||||
crypto_js_version=4.1.1
|
||||
|
@@ -26,7 +26,7 @@ koin = "4.1.0"
|
||||
okio = "3.15.0"
|
||||
|
||||
ksp = "2.2.0-2.0.2"
|
||||
kotlin-poet = "1.18.1"
|
||||
kotlin-poet = "2.2.0"
|
||||
|
||||
versions = "0.51.0"
|
||||
nmcp = "1.0.1"
|
||||
|
Reference in New Issue
Block a user