mirror of
https://github.com/InsanusMokrassar/KotlinPublicationScriptsBuilder.git
synced 2024-11-14 20:33:55 +00:00
36 lines
642 B
Properties
36 lines
642 B
Properties
kotlin.code.style=official
|
|
org.gradle.parallel=true
|
|
kotlin.js.generate.externals=true
|
|
kotlin.incremental=true
|
|
kotlin.incremental.js=true
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|
|
|
|
kotlin_version=1.6.10
|
|
kotlin_coroutines_version=1.6.0
|
|
kotlin_serialisation_core_version=1.3.2
|
|
ktor_version=1.6.7
|
|
micro_utils_version=0.9.0
|
|
|
|
compose_version=1.0.1
|
|
|
|
# ANDROID
|
|
|
|
android_minSdkVersion=21
|
|
android_compileSdkVersion=32
|
|
android_buildToolsVersion=32.0.0
|
|
dexcount_version=3.0.1
|
|
junit_version=4.12
|
|
test_ext_junit_version=1.1.2
|
|
espresso_core=3.3.0
|
|
|
|
# Dokka
|
|
|
|
dokka_version=1.6.0
|
|
|
|
# Project data
|
|
|
|
group=dev.inmo
|
|
version=0.0.1
|
|
android_code_version=1
|