fix(docs): correct dokka plugin ID based on official documentation
Some checks failed
Update Wiki Documentation / generate-docs (push) Failing after 2m13s
Some checks failed
Update Wiki Documentation / generate-docs (push) Failing after 2m13s
This commit is contained in:
@@ -33,4 +33,4 @@ multidex = { group = "androidx.multidex", name = "multidex", version.ref = "mult
|
||||
android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||||
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
||||
dokka = { id = "org.jetbrains.kotlin.dokka", version.ref = "dokka" }
|
||||
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
|
||||
|
||||
Reference in New Issue
Block a user