Skip to content

Commit

Permalink
Remove dependency on now non-existent kspKotlin.
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed Aug 18, 2024
1 parent daa32c4 commit bd84cf1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions selekt-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@

@file:Suppress("UnstableApiUsage")

import org.jetbrains.dokka.gradle.DokkaTask
import org.jetbrains.dokka.gradle.DokkaTaskPartial

repositories {
mavenCentral()
google()
Expand Down Expand Up @@ -97,11 +94,3 @@ tasks.register<Copy>("copyJniLibs") {
tasks.withType<ProcessResources>().configureEach {
dependsOn("buildHostSQLite")
}

tasks.withType<DokkaTask>().configureEach {
dependsOn("kspKotlin") // FIXME Remove?
}

tasks.withType<DokkaTaskPartial>().configureEach {
dependsOn("kspKotlin") // FIXME Remove?
}

0 comments on commit bd84cf1

Please sign in to comment.