update dependencies

This commit is contained in:
2021-07-31 14:05:52 +06:00
parent d170e86c8a
commit 42c5bd3a7f
6 changed files with 16 additions and 16 deletions

View File

@@ -7,14 +7,13 @@ plugins {
repositories {
mavenLocal()
jcenter()
google()
mavenCentral()
}
kotlin {
jvm()
js(BOTH) {
js(IR) {
browser()
nodejs()
}