We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b40b5 commit 6214ceeCopy full SHA for 6214cee
build.gradle.kts
@@ -380,6 +380,7 @@ val projectsUsedInIntelliJKotlinPlugin =
380
":native:objcexport-header-generator",
381
":native:objcexport-header-generator-analysis-api",
382
":native:objcexport-header-generator-k1",
383
+ ":native:analysis-api-based-export-common",
384
) +
385
arrayOf(
386
":native:swift:sir",
prepare/ide-plugin-dependencies/kotlin-objcexport-header-generator-for-ide/build.gradle.kts
@@ -10,5 +10,6 @@ publishJarsForIde(
10
11
12
13
+ ":native:analysis-api-based-export-common"
14
)
15
0 commit comments