Skip to content

Commit

Permalink
build(deps): remove dokka, no longer in use
Browse files Browse the repository at this point in the history
Since moving to jitpack for API distribution we have not used dokka,
but it was still in our dependencies list
  • Loading branch information
mikehardy committed Dec 18, 2024
1 parent c28f9f9 commit b77665b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import com.android.build.gradle.internal.tasks.factory.dependsOn
plugins {
alias(libs.plugins.android.library)
alias(libs.plugins.kotlin.android)
alias(libs.plugins.dokka)
id("maven-publish")
}

Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ plugins {
alias(libs.plugins.kotlin.jvm) apply false
alias(libs.plugins.kotlin.serialization) apply false
alias(libs.plugins.ktlint.gradle.plugin) apply false
alias(libs.plugins.dokka) apply false
alias(libs.plugins.keeper) apply false
}

Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ commonsIo = "2.18.0"
coroutines = '1.9.0'
desugar-jdk-libs-nio = "2.1.3"
drawer = "1.0.3"
dokka = "1.9.20"
espresso = '3.6.1'
mikehardyGoogleAnalyticsJava7 = "2.0.13"
hamcrest = "3.0"
Expand Down Expand Up @@ -209,7 +208,6 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }


dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
ktlint-gradle-plugin = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlintGradlePlugin" }


Expand Down

0 comments on commit b77665b

Please sign in to comment.