File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-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.12.4
4
+
5
+ * Fixed Gradle plugin compatibility with ` kotlin-multiplatform ` plugin.
6
+ * Gradle plugin automatically adds dependencies.
7
+ * Added support for inline extensions on ` AtomicXxx ` types.
8
+
3
9
# Version 0.12.3
4
10
5
11
* Updated to Kotlin 1.3.30
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ and transformations automatically:
106
106
107
107
``` groovy
108
108
buildscript {
109
- ext.atomicfu_version = '0.12.2 '
109
+ ext.atomicfu_version = '0.12.4 '
110
110
111
111
dependencies {
112
112
classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicfu_version"
@@ -154,7 +154,7 @@ Declare AtomicFU version:
154
154
155
155
``` xml
156
156
<properties >
157
- <atomicfu .version>0.12.2 </atomicfu .version>
157
+ <atomicfu .version>0.12.4 </atomicfu .version>
158
158
</properties >
159
159
```
160
160
Original file line number Diff line number Diff line change 1
- version = 0.12.3 -SNAPSHOT
1
+ version = 0.12.4 -SNAPSHOT
2
2
group = org.jetbrains.kotlinx
3
3
4
4
kotlin_version =1.3.30
You can’t perform that action at this time.
0 commit comments