Skip to content

Commit

Permalink
Bundle analysis-kotlin-api in symbols analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatBeresnev committed Nov 10, 2023
1 parent dab421f commit b3d887e
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 b3d887e

Please sign in to comment.