File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-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.12.4
3
+ # Version 0.12.5
4
4
5
5
* Fixed Gradle plugin compatibility with ` kotlin-multiplatform ` plugin.
6
+
7
+ # Version 0.12.4
8
+
6
9
* Gradle plugin automatically adds dependencies.
7
10
* Added support for inline extensions on ` AtomicXxx ` types.
8
11
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.4 '
109
+ ext.atomicfu_version = '0.12.5 '
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.4 </atomicfu .version>
157
+ <atomicfu .version>0.12.5 </atomicfu .version>
158
158
</properties >
159
159
```
160
160
Original file line number Diff line number Diff line change 1
- version = 0.12.4 -SNAPSHOT
1
+ version = 0.12.5 -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