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
18
18
``` kotlin
19
19
// build.gradle.kts
20
20
plugins {
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
24
24
id(" io.github.luca992.multiplatform-swiftpackage" ) version " 2.0.5-arm64"
25
25
}
26
26
```
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ plugins {
16
16
signing
17
17
}
18
18
19
- version = " 2.1.4 "
19
+ version = " 2.2.0 "
20
20
21
21
repositories {
22
22
mavenCentral()
You can’t perform that action at this time.
0 commit comments