[stdlib-mpp] remove some kotlin-stdlib-common artifact deps

This commit is contained in:
Ilya Gorbunov
2023-07-25 23:47:16 +02:00
committed by Space Team
parent 35579692d9
commit 16e61f978c
2 changed files with 0 additions and 2 deletions
@@ -15,7 +15,6 @@ compileKotlin {
dependencies {
implementation project(":kotlin-stdlib")
implementation project(":kotlin-stdlib-common")
implementation project(':kotlin-native:backend.native')
implementation project(":compiler:cli-common")
implementation project(':kotlin-native:Interop:StubGenerator')