File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
ext. versions = [
2
- kotlin : ' 1.3.70 ' ,
2
+ kotlin : ' 1.3.72 ' ,
3
3
dokka : ' 0.9.17' ,
4
4
spek : ' 2.1.0-alpha.0.9+3d5d865' ,
5
5
atrium : ' 0.8.0' ,
6
- redux : ' 0.4.0 '
6
+ redux : ' 0.5.5-MAC-SNAPSHOT '
7
7
]
8
8
9
9
ext. deps = [
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.2.2 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ kotlin {
27
27
mingwX64(" win" )
28
28
wasm32(" wasm" )
29
29
linuxArm32Hfp(" linArm32" )
30
- linuxMips32(" linMips32" )
31
- linuxMipsel32(" linMipsel32" )
30
+ // linuxMips32("linMips32")
31
+ // linuxMipsel32("linMipsel32")
32
32
linuxX64(" lin64" )
33
33
34
34
sourceSets {
You can’t perform that action at this time.
0 commit comments