Drop K/N dependency to JCenter
This commit is contained in:
committed by
Space Team
parent
2fd8bf9153
commit
44f638e952
@@ -6,18 +6,10 @@ import org.jetbrains.kotlin.gradle.plugin.mpp.NativeBuildType
|
||||
buildscript {
|
||||
ext.rootBuildDirectory = file('../..')
|
||||
apply from: "$rootProject.projectDir/../gradle/kotlinGradlePlugin.gradle"
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'kotlin-multiplatform'
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
||||
|
||||
|
||||
def toolsPath = '../../tools'
|
||||
def frameworkName = 'benchmarksAnalyzer'
|
||||
|
||||
Reference in New Issue
Block a user