[K/N][build] Build scripts cleanup
* Removes unused dependencies * Cleanup code * Remove benchmark related sources
This commit is contained in:
committed by
Space Team
parent
71f2c3cf9b
commit
931f7192a0
@@ -28,7 +28,6 @@ val rootProperties = Properties().apply {
|
||||
}
|
||||
|
||||
val kotlinVersion = project.bootstrapKotlinVersion
|
||||
val slackApiVersion: String by rootProperties
|
||||
val metadataVersion: String by rootProperties
|
||||
|
||||
group = "org.jetbrains.kotlin"
|
||||
@@ -64,8 +63,6 @@ dependencies {
|
||||
}
|
||||
}
|
||||
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0")
|
||||
|
||||
api(project(":native:kotlin-native-utils"))
|
||||
api(project(":kotlin-native-shared"))
|
||||
api(project(":kotlinx-metadata-klib"))
|
||||
|
||||
Reference in New Issue
Block a user