build updates
This commit is contained in:
parent
7f7a1e39d9
commit
2c7c5418ee
3 changed files with 9 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
object Versions {
|
||||
const val androidBuildToolsVersion = "4.1.0-alpha08"
|
||||
const val androidBuildToolsVersion = "4.1.0-alpha09"
|
||||
|
||||
const val kotlin = "1.3.71"
|
||||
const val kotlinCoroutines = "1.3.5-native-mt"
|
||||
|
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,6 @@
|
|||
#Sat Feb 29 08:33:47 GMT 2020
|
||||
#Fri May 08 20:54:28 IST 2020
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4-rc-2-bin.zip
|
||||
|
|
|
@ -28,6 +28,11 @@ dependencies {
|
|||
kotlin {
|
||||
target {
|
||||
useCommonJs()
|
||||
browser()
|
||||
browser {
|
||||
// https://kotlinlang.org/docs/reference/javascript-dce.html#known-issue-dce-and-ktor
|
||||
dceTask {
|
||||
keep("ktor-ktor-io.\$\$importsForInline\$\$.ktor-ktor-io.io.ktor.utils.io")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue