Skip to content

Commit 6214cee

Browse files
elevenetcSpace Team
authored andcommitted
[ObjCExport] Fix missing dependency analysis-api-based-export-common
Fixed ^KT-75690
1 parent d8b40b5 commit 6214cee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ val projectsUsedInIntelliJKotlinPlugin =
380380
":native:objcexport-header-generator",
381381
":native:objcexport-header-generator-analysis-api",
382382
":native:objcexport-header-generator-k1",
383+
":native:analysis-api-based-export-common",
383384
) +
384385
arrayOf(
385386
":native:swift:sir",

prepare/ide-plugin-dependencies/kotlin-objcexport-header-generator-for-ide/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ publishJarsForIde(
1010
":native:objcexport-header-generator",
1111
":native:objcexport-header-generator-analysis-api",
1212
":native:objcexport-header-generator-k1",
13+
":native:analysis-api-based-export-common"
1314
)
1415
)

0 commit comments

Comments
 (0)