mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-01 05:53:50 +00:00
20 lines
379 B
Properties
20 lines
379 B
Properties
kotlin.code.style=official
|
|
org.gradle.parallel=true
|
|
kotlin.js.generate.externals=true
|
|
kotlin.incremental=true
|
|
kotlin.incremental.js=true
|
|
#kotlin.experimental.tryK2=true
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|
|
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2g
|
|
|
|
# JS NPM
|
|
|
|
crypto_js_version=4.1.1
|
|
|
|
# Project data
|
|
|
|
group=dev.inmo
|
|
version=0.23.0
|
|
android_code_version=275
|