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 (#100)

* build: update gradle.properties, kotlin.mpp.enableCompatibilityMetadataVariant=true

* Update CHANGELOG.md
  • Loading branch information
hoc081098 authored Jul 5, 2022
1 parent c4df707 commit bc84ac5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
- `tvosSimulatorArm64`.
- `watchosSimulatorArm64`.

- Enable compatibility with non-hierarchical multiplatform projects.

## 0.3.0 - May 2, 2022

- Update
Expand Down
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 bc84ac5

Please sign in to comment.