Drop K/N dependency to JCenter

This commit is contained in:
Vladimir Sukharev
2022-10-31 18:31:36 +01:00
committed by Space Team
parent 2fd8bf9153
commit 44f638e952
20 changed files with 0 additions and 54 deletions
@@ -6,10 +6,6 @@ plugins {
kotlin("multiplatform")
}
repositories {
jcenter()
}
val hostOs = System.getProperty("os.name")
val isWindows = hostOs.startsWith("Windows")