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

@@ -3,7 +3,7 @@ plugins {
id("kotlin-android")
id("maven-publish")
id("signing")
id("org.jetbrains.dokka") version "1.6.10"
id("org.jetbrains.dokka")
}
android {