From 6ddc7ce23f6196ed027c4281e3bebf4d3800b9c2 Mon Sep 17 00:00:00 2001 From: Yahor Berdnikau Date: Thu, 25 May 2023 21:22:21 +0200 Subject: [PATCH] [repo] KGP: remove kotlin-project-model dependency It is coming transitively from KGP-api --- libraries/tools/kotlin-gradle-plugin/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/tools/kotlin-gradle-plugin/build.gradle.kts b/libraries/tools/kotlin-gradle-plugin/build.gradle.kts index 13203fd535c..d0988e36ebe 100644 --- a/libraries/tools/kotlin-gradle-plugin/build.gradle.kts +++ b/libraries/tools/kotlin-gradle-plugin/build.gradle.kts @@ -73,7 +73,6 @@ dependencies { commonImplementation(project(":kotlin-gradle-plugin-idea-proto")) commonImplementation(project(":kotlin-util-klib")) commonImplementation(project(":native:kotlin-klib-commonizer-api")) - commonImplementation(project(":kotlin-project-model")) commonImplementation(project(":compiler:build-tools:kotlin-build-tools-api")) commonRuntimeOnly(project(":kotlin-compiler-embeddable"))