Skip to content

Commit

Permalink
Update README for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
cupertank committed Jul 16, 2024
1 parent 99f6a68 commit a851ec6
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,14 @@ pluginManagement {
gradlePluginPortal()
maven(url = "https://packages.jetbrains.team/maven/p/ki/maven")
}

resolutionStrategy {
eachPlugin {
if (requested.id.id == "io.kinference.primitives") {
useModule("io.kinference.primitives:gradle-plugin-jvm:${requested.version}")
}
}
}
}
```

And then apply it to the project you are working on:

```kotlin
plugins {
id("io.kinference.primitives") version "0.1.24" apply true
id("io.kinference.primitives") version "2.0.0" apply true
}
```

Expand All @@ -42,7 +34,7 @@ repositories {
}

dependencies {
api("io.kinference.primitives:primitives-annotations:0.1.23")
api("io.kinference.primitives:primitives-annotations:2.0.0")
}
```

Expand Down

0 comments on commit a851ec6

Please sign in to comment.