File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-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.3
4
+
5
+ * Update to Kotlin 1.3.71.
6
+ * Enable HMPP and new JS IR backend compilation.
7
+
3
8
# Version 0.14.2
4
9
5
10
* Update to Kotlin 1.3.70.
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.2 '
111
+ ext.atomicfu_version = '0.14.3 '
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.2 ' // set to null to turn-off auto dependencies
159
+ dependenciesVersion = '0.14.3 ' // 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.2 </atomicfu .version>
173
+ <atomicfu .version>0.14.3 </atomicfu .version>
174
174
</properties >
175
175
```
176
176
Original file line number Diff line number Diff line change 2
2
# Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3
3
#
4
4
5
- version =0.14.2 -SNAPSHOT
5
+ version =0.14.3 -SNAPSHOT
6
6
group =org.jetbrains.kotlinx
7
7
8
8
kotlin_version =1.3.71
You can’t perform that action at this time.
0 commit comments