File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change log for kotlinx.atomicfu
2
2
3
+ # Version 0.11.11
4
+
5
+ * Kotlin version Kotlin version 1.3.0-rc-146 (with K/N).
6
+ * Gradle plugin supports projects that use ` kotlin-multiplatform ` plugin.
7
+ * Disable Gradle metadata publishing for all but native modules.
8
+ * JS transformer is more robust and retains line numbers (see #25 ).
9
+
10
+ # Version 0.11.10
11
+
12
+ * Kotlin version 1.3.0-rc-57 & Kotlin/Native 0.9.2
13
+
3
14
# Version 0.11.9
4
15
5
16
* Kotlin/Native version 1.3.0-rc-116 (0.9.3)
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ Add and apply AtomicFU plugin:
103
103
104
104
``` groovy
105
105
buildscript {
106
- ext.atomicfu_version = '0.11.9 '
106
+ ext.atomicfu_version = '0.11.11 '
107
107
108
108
dependencies {
109
109
classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicfu_version"
@@ -174,7 +174,7 @@ repositories {
174
174
}
175
175
176
176
dependencies {
177
- implementation 'org.jetbrains.kotlinx:atomicfu-native:0.11.9 '
177
+ implementation 'org.jetbrains.kotlinx:atomicfu-native:0.11.11 '
178
178
}
179
179
180
180
sourceSets {
@@ -209,7 +209,7 @@ Declare AtomicFU version:
209
209
210
210
``` xml
211
211
<properties >
212
- <atomicfu .version>0.11.9 </atomicfu .version>
212
+ <atomicfu .version>0.11.11 </atomicfu .version>
213
213
</properties >
214
214
```
215
215
Original file line number Diff line number Diff line change 1
- version = 0.11.10 -SNAPSHOT
1
+ version = 0.11.11 -SNAPSHOT
2
2
group = org.jetbrains.kotlinx
3
3
4
4
kotlin_version =1.3.0-rc-146
You can’t perform that action at this time.
0 commit comments