mirror of
https://github.com/InsanusMokrassar/KotlinMultiplatformProjectTemplate.git
synced 2024-10-31 21:43:55 +00:00
14 lines
264 B
Properties
14 lines
264 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
|
|
|
|
# Project data
|
|
|
|
group=project_group
|
|
version=0.0.1
|
|
android_code_version=1
|