Drop K/N dependency to JCenter
This commit is contained in:
committed by
Space Team
parent
2fd8bf9153
commit
44f638e952
@@ -6,10 +6,6 @@ plugins {
|
||||
kotlin("multiplatform")
|
||||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
||||
|
||||
val hostOs = System.getProperty("os.name")
|
||||
val isWindows = hostOs.startsWith("Windows")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user