Fix dokka theme bug with AGP

This commit is contained in:
thunderbiscuit
2022-04-07 14:00:07 -04:00
parent 1bcacece65
commit b8e1282eba
3 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ plugins {
id("java-library")
id("maven-publish")
id("signing")
id("org.jetbrains.dokka") version "1.6.10"
id("org.jetbrains.dokka")
}
java {