update dependencies

This commit is contained in:
2021-08-31 11:29:46 +06:00
parent be292102aa
commit 4cc0223fbc
4 changed files with 14 additions and 8 deletions

View File

@@ -1,7 +1,6 @@
buildscript {
repositories {
mavenLocal()
jcenter()
mavenCentral()
}
@@ -32,7 +31,7 @@ repositories {
kotlin {
jvm()
js(BOTH) {
js(IR) {
browser()
nodejs()
}