File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
examples/file-hasher/shared Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased] ( https://github.com/ttypic/swift-klib-plugin/tree/HEAD )
9
9
10
+ ## [ 0.6.4] - 2024-10-13
11
+
12
+ - Disable plugin on non-macOS targets [ \# 39] ( https://github.com/ttypic/swift-klib-plugin/pull/39 )
13
+
10
14
## [ 0.6.3] - 2024-07-21
11
15
12
16
- Fix build issues when project path has spaces [ \# 26] ( https://github.com/ttypic/swift-klib-plugin/issues/26 )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Using the [plugins DSL](https://docs.gradle.org/current/userguide/plugins.html#s
22
22
23
23
``` kotlin
24
24
plugins {
25
- id(" io.github.ttypic.swiftklib" ) version " 0.6.3 "
25
+ id(" io.github.ttypic.swiftklib" ) version " 0.6.4 "
26
26
}
27
27
```
28
28
@@ -36,7 +36,7 @@ buildscript {
36
36
}
37
37
}
38
38
dependencies {
39
- classpath(" io.github.ttypic:plugin:0.6.3 " )
39
+ classpath(" io.github.ttypic:plugin:0.6.4 " )
40
40
}
41
41
}
42
42
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.6.3 "
4
+ id(" io.github.ttypic.swiftklib" ) version " 0.6.4 "
5
5
}
6
6
7
7
kotlin {
You can’t perform that action at this time.
0 commit comments