Unverified Commit 0a5f9471 authored by Ivan Matkov's avatar Ivan Matkov Committed by GitHub

Move jbr-api dependency to awtMain (#1087)

parent 2260bbe4
......@@ -183,7 +183,6 @@ kotlin {
dependencies {
implementation(kotlin("stdlib"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion")
implementation("org.jetbrains.runtime:jbr-api:1.5.0")
}
}
val commonTest by getting {
......@@ -203,6 +202,9 @@ kotlin {
if (supportAwt) {
val awtMain by getting {
dependsOn(jvmMain)
dependencies {
implementation("org.jetbrains.runtime:jbr-api:1.5.0")
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment