File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-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.14.2
4
+
5
+ * Update to Kotlin 1.3.70.
6
+
3
7
# Version 0.14.1
4
8
5
9
* Fixed broken JVM transformer after upgrade to ASM 7.2.
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ See [additional configuration](#additional-configuration) if that needs tweaking
108
108
109
109
``` groovy
110
110
buildscript {
111
- ext.atomicfu_version = '0.14.1 '
111
+ ext.atomicfu_version = '0.14.2 '
112
112
113
113
dependencies {
114
114
classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicfu_version"
@@ -156,7 +156,7 @@ There are the following additional parameters (with their defaults):
156
156
157
157
``` groovy
158
158
atomicfu {
159
- dependenciesVersion = '0.14.1 ' // set to null to turn-off auto dependencies
159
+ dependenciesVersion = '0.14.2 ' // set to null to turn-off auto dependencies
160
160
transformJvm = true // set to false to turn off JVM transformation
161
161
transformJs = true // set to false to turn off JS transformation
162
162
variant = "FU" // JVM transformation variant: FU,VH, or BOTH
@@ -170,7 +170,7 @@ Declare AtomicFU version:
170
170
171
171
``` xml
172
172
<properties >
173
- <atomicfu .version>0.14.1 </atomicfu .version>
173
+ <atomicfu .version>0.14.2 </atomicfu .version>
174
174
</properties >
175
175
```
176
176
Original file line number Diff line number Diff line change 1
- version =0.14.1 -SNAPSHOT
1
+ version =0.14.2 -SNAPSHOT
2
2
group =org.jetbrains.kotlinx
3
3
4
4
kotlin_version =1.3.70
You can’t perform that action at this time.
0 commit comments