This repository was archived by the owner on Jun 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ ## Version 0.6.0
5
+
6
+ _ 2020-11-21_
7
+
8
+ Changes:
9
+ * Support Kotlin 1.4.20.
10
+
4
11
## Version 0.5.3
5
12
6
13
_ 2020-09-28_
Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ Builds of the Gradle plugin are available through the
75
75
76
76
``` kotlin
77
77
plugins {
78
- kotlin(" jvm " ) version " 1.4.20"
79
- id(" com.bnorm.power.kotlin-power-assert" ) version " 0.5.3 "
78
+ kotlin(" multiplatform " ) version " 1.4.20"
79
+ id(" com.bnorm.power.kotlin-power-assert" ) version " 0.6.0 "
80
80
}
81
81
```
82
82
@@ -87,7 +87,7 @@ form which also takes a String or String producing lambda.
87
87
88
88
``` kotlin
89
89
configure< com.bnorm.power.PowerAssertGradleExtension > {
90
- functions = listOf (" kotlin.test.assertTrue " , " kotlin.require " )
90
+ functions = listOf (" kotlin.assert " , " kotlin.test.assertTrue " )
91
91
}
92
92
```
93
93
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
8
8
allprojects {
9
9
group = " com.bnorm.power"
10
- version = " 0.6.0-SNAPSHOT "
10
+ version = " 0.6.0"
11
11
}
12
12
13
13
subprojects {
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
kotlin(" multiplatform" ) version " 1.4.20"
3
- id(" com.bnorm.power.kotlin-power-assert" ) version " 0.5.3 "
3
+ id(" com.bnorm.power.kotlin-power-assert" ) version " 0.6.0 "
4
4
}
5
5
6
6
repositories {
You can’t perform that action at this time.
0 commit comments