update kotlin

This commit is contained in:
InsanusMokrassar 2020-11-20 13:10:32 +06:00
parent d7b46ae0d4
commit 0f817ad212
3 changed files with 6 additions and 3 deletions

View File

@ -22,5 +22,6 @@ jobs:
include:
- stage: build
script: ./gradlew build -s -x jvmTest -x jsIrTest -x jsIrBrowserTest -x jsIrNodeTest -x jsLegacyTest -x jsLegacyBrowserTest -x jsLegacyNodeTest
- state: test
script: ./gradlew allTests
# Tests are temporarily disabled on public travis due to the problems of launching
# - state: test
# script: ./gradlew allTests

View File

@ -2,6 +2,8 @@
## 0.4.3
* `Versions`:
* `Kotlin`: `1.4.10` -> `1.4.20`
* `Common`:
* Two new extensions for Android:
* `Resources#getSp`

View File

@ -7,7 +7,7 @@ android.useAndroidX=true
android.enableJetifier=true
org.gradle.jvmargs=-Xmx3072m
kotlin_version=1.4.10
kotlin_version=1.4.20
kotlin_coroutines_version=1.4.1
kotlin_serialisation_core_version=1.0.1
kotlin_exposed_version=0.28.1