Skip to content

Commit

Permalink
build(gradle): add kotlin as java plugin to dokka
Browse files Browse the repository at this point in the history
idk if this is going to make a difference
  • Loading branch information
OmyDaGreat committed Dec 4, 2024
1 parent ed3c5ea commit 25c842d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ dependencies {

def akitJson = new JsonSlurper().parseText(new File(projectDir.getAbsolutePath() + "/vendordeps/AdvantageKit.json").text)
annotationProcessor "org.littletonrobotics.akit.junction:junction-autolog:$akitJson.version"

dokkaGfmPlugin("org.jetbrains.dokka:kotlin-as-java-plugin:1.9.20")
}

test {
Expand Down

0 comments on commit 25c842d

Please sign in to comment.