Fix compilation of :tools:kotlinp-klib and related projects
Conflicting PRs https://jetbrains.team/p/kt/reviews/14253 and https://jetbrains.team/p/kt/reviews/14384/files were merged too close to each other for Safe-Merge to catch the problem and therefore resulted in compilation error.
This commit is contained in:
committed by
Space Team
parent
460339870a
commit
a6cdf27204
@@ -20,7 +20,7 @@ dependencies {
|
||||
implementation(project(":kotlin-util-klib-abi"))
|
||||
implementation(project(":tools:kotlinp-klib"))
|
||||
implementation(project(":kotlinx-metadata-klib")) { isTransitive = false }
|
||||
implementation(project(":kotlinx-metadata")) { isTransitive = false }
|
||||
implementation(project(":kotlin-metadata")) { isTransitive = false }
|
||||
}
|
||||
|
||||
tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {
|
||||
|
||||
Reference in New Issue
Block a user