Skip to content

Commit

Permalink
Bundle analysis-kotlin-api in symbols analysis (#3333)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatBeresnev authored Nov 10, 2023
1 parent dab421f commit 1fb8d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dokka-subprojects/analysis-kotlin-symbols/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ overridePublicationArtifactId("analysis-kotlin-symbols")

dependencies {
compileOnly(projects.dokkaSubprojects.dokkaCore)
compileOnly(projects.dokkaSubprojects.analysisKotlinApi)

implementation(projects.dokkaSubprojects.analysisKotlinApi)
implementation(projects.dokkaSubprojects.analysisMarkdownJb)
implementation(projects.dokkaSubprojects.analysisJavaPsi)

Expand Down

0 comments on commit 1fb8d31

Please sign in to comment.