File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ The plugin is published on Maven central. Add it to the `plugins` block in the G
1818``` kotlin
1919// build.gradle.kts
2020plugins {
21- // projects targting kotlin >=1.8.0
22- id(" io.github.luca992.multiplatform-swiftpackage" ) version " 2.1.4 "
23- // projects targting kotlin <1.8.0
21+ // projects targeting kotlin >=1.8.0
22+ id(" io.github.luca992.multiplatform-swiftpackage" ) version " 2.2.0 "
23+ // projects targeting kotlin <1.8.0
2424 id(" io.github.luca992.multiplatform-swiftpackage" ) version " 2.0.5-arm64"
2525}
2626```
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ plugins {
1616 signing
1717}
1818
19- version = " 2.1.4 "
19+ version = " 2.2.0 "
2020
2121repositories {
2222 mavenCentral()
You can’t perform that action at this time.
0 commit comments