Advance bootstrap to 1.3.70-dev-1806

Due to updated K/JS klib ABI

(cherry picked from commit bffbe89f53)
This commit is contained in:
Svyatoslav Kuzmich
2019-11-20 19:18:53 +03:00
committed by Nikolay Krasko
parent 8185c452fe
commit f48ad25626
+1 -1
View File
@@ -8,7 +8,7 @@ buildscript {
extra["defaultSnapshotVersion"] = "1.3-SNAPSHOT"
val cacheRedirectorEnabled = findProperty("cacheRedirectorEnabled")?.toString()?.toBoolean() == true
kotlinBootstrapFrom(BootstrapOption.BintrayBootstrap("1.3.70-dev-1416", cacheRedirectorEnabled))
kotlinBootstrapFrom(BootstrapOption.BintrayBootstrap("1.3.70-dev-1806", cacheRedirectorEnabled))
repositories {
bootstrapKotlinRepo?.let(::maven)