Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Jun 16, 2023
1 parent 599f0b0 commit 768b969
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,10 @@ You can upload the ZIP file to your package registry so that SPM can download it
The plugin is published on Maven central. Add it to the `plugins` block in the Gradle build file.

```kotlin
// settings.gradle.kts
pluginManagement {
repositories {
maven ("https://s01.oss.sonatype.org/content/repositories/releases/")
}
}

// build.gradle.kts
plugins {
// projects targting kotlin >=1.8.0
id("io.github.luca992.multiplatform-swiftpackage") version "2.1.1"
id("io.github.luca992.multiplatform-swiftpackage") version "2.1.2"
// projects targting kotlin <1.8.0
id("io.github.luca992.multiplatform-swiftpackage") version "2.0.5-arm64"
}
Expand Down

0 comments on commit 768b969

Please sign in to comment.