File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
examples/file-hasher/shared Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## 0.3.0 2023-06-25
10
+
11
+ * Add tvOS, watchOS, macOS targets
12
+
9
13
## 0.2.1 2023-03-05
10
14
11
15
* Compile with Java 8 toolchain
Original file line number Diff line number Diff line change 2
2
3
3
# Swift Klib Gradle Plugin
4
4
5
- ![ badge] [ badge-ios ]
6
- ![ badge] [ badge -mac]
7
- ![ badge] [ badge-tvos ]
8
- ![ badge] [ badge-watchos ]
5
+ ![ badge-ios ] ( https://img.shields.io/ badge/platform -ios-light )
6
+ ![ badge-mac] ( https://img.shields.io/badge/platform-macos-light )
7
+ ![ badge-tvos ] ( https://img.shields.io/ badge/platform -tvos-light )
8
+ ![ badge-watchos ] ( https://img.shields.io/ badge/platform -watchos-light )
9
9
10
10
This gradle plugin provides easy way to include your Swift source files in your ** Kotlin Multiplatform Mobile**
11
11
shared module and access them in Kotlin via ` cinterop ` for iOS targets. It is useful for:
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
kotlin(" multiplatform" )
3
3
id(" com.android.library" )
4
- id(" io.github.ttypic.swiftklib" ) version " 0.2.1 "
4
+ id(" io.github.ttypic.swiftklib" ) version " 0.3.0 "
5
5
}
6
6
7
7
kotlin {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
9
9
implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22" )
10
10
}
11
11
12
- version = " 0.3.0 "
12
+ version = " 0.4.0-SNAPSHOT "
13
13
group = " io.github.ttypic"
14
14
15
15
kotlin {
You can’t perform that action at this time.
0 commit comments