Skip to content

Commit

Permalink
build: update gradle.properties, kotlin.mpp.enableCompatibilityMetada…
Browse files Browse the repository at this point in the history
…taVariant=true
  • Loading branch information
hoc081098 committed Jul 4, 2022
1 parent b697db7 commit f0f76ac
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,19 @@ POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=hoc081098
POM_DEVELOPER_NAME=Petrus Nguyễn Thái Học
POM_DEVELOPER_URL=https://github.com/hoc081098

# gradle
org.gradle.configureondemand=true
org.gradle.caching=true
org.gradle.parallel=true

# kotlin mpp
kotlin.mpp.stability.nowarn=true
kotlin.mpp.enableCompatibilityMetadataVariant=true
kotlin.js.compiler=both
kotlin.native.ignoreDisabledTargets=true

# kotlin incremental
kotlin.incremental.multiplatform=true
kotlin.incremental.useClasspathSnapshot=true
kotlin.incremental=true

0 comments on commit f0f76ac

Please sign in to comment.