Skip to content

Commit

Permalink
release: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ttypic committed Jun 25, 2023
1 parent 53e1908 commit 251dde9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Swift Klib Gradle Plugin

![badge][badge-ios]
![badge][badge-mac]
![badge][badge-tvos]
![badge][badge-watchos]

This gradle plugin provides easy way to include your Swift source files in your **Kotlin Multiplatform Mobile**
shared module and access them in Kotlin via `cinterop` for iOS targets. It is useful for:

Expand All @@ -17,7 +22,7 @@ Using the [plugins DSL](https://docs.gradle.org/current/userguide/plugins.html#s

```kotlin
plugins {
id("io.github.ttypic.swiftklib") version "0.2.1"
id("io.github.ttypic.swiftklib") version "0.3.0"
}
```

Expand All @@ -31,7 +36,7 @@ buildscript {
}
}
dependencies {
classpath("io.github.ttypic:plugin:0.2.1")
classpath("io.github.ttypic:plugin:0.3.0")
}
}

Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22")
}

version = "0.2.1"
version = "0.3.0"
group = "io.github.ttypic"

kotlin {
Expand Down

0 comments on commit 251dde9

Please sign in to comment.