mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2026-09-01 13:59:52 +00:00
23 lines
431 B
Properties
23 lines
431 B
Properties
kotlin.code.style=official
|
|
org.gradle.parallel=true
|
|
kotlin.incremental=true
|
|
kotlin.incremental.js=true
|
|
#kotlin.experimental.tryK2=true
|
|
android.useAndroidX=true
|
|
android.builtInKotlin=false
|
|
android.newDsl=false
|
|
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
|
|
|
|
# Project data
|
|
|
|
group=dev.inmo
|
|
version=0.31.0
|
|
android_code_version=317
|