Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit e85d394

Browse files
committed
Sync from next
1 parent aaa7473 commit e85d394

File tree

55 files changed

+3681
-2024
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+3681
-2024
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# sytleguide
22
kotlin.code.style=official
33

4-
# Kotlin 1.5.0: https://github.com/korlibs/easy-kotlin-mpp-gradle-plugin
5-
easyPluginVersion=0.15.2
4+
# Kotlin 1.5.20: https://github.com/korlibs/easy-kotlin-mpp-gradle-plugin
5+
easyPluginVersion=0.16.0
66

77
# version
88
group=com.soywiz.korlibs.korma
99
version=2.0.0-SNAPSHOT
1010

1111
# korlibs
12-
kdsVersion=2.1.1
12+
kdsVersion=2.2.0
1313

1414
# bintray location
1515
project.bintray.org=korlibs
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)