File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
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.5
4
+
5
+ * Gradle plugin for JS: Fixed paths on Windows
6
+
3
7
## Version 0.11.4
4
8
5
9
* JS: Transformer added. It is now a compile-only dependency just like on JVM.
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.4 '
106
+ ext.atomicfu_version = '0.11.5 '
107
107
108
108
dependencies {
109
109
classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicfu_version"
@@ -209,7 +209,7 @@ Declare AtomicFU version:
209
209
210
210
``` xml
211
211
<properties >
212
- <atomicfu .version>0.11.4 </atomicfu .version>
212
+ <atomicfu .version>0.11.5 </atomicfu .version>
213
213
</properties >
214
214
```
215
215
Original file line number Diff line number Diff line change 1
- version = 0.11.4 -SNAPSHOT
1
+ version = 0.11.5 -SNAPSHOT
2
2
group = org.jetbrains.kotlinx
3
3
4
4
kotlin_version = 1.2.61
You can’t perform that action at this time.
0 commit comments