build: add dokka

Just to test API surface in the future.
This commit is contained in:
Alexander Capehart 2024-12-16 14:41:45 -05:00
parent 0d5abb6407
commit 47d5184e8d
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@ buildscript {
dependencies {
// Hilt isn't compatible with the new plugin syntax yet.
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:2.0.0"
}
}

View file

@ -6,6 +6,7 @@ plugins {
id "com.google.devtools.ksp"
id "com.diffplug.spotless"
id "kotlin-parcelize"
id "org.jetbrains.dokka"
}
android {