build: add dokka
Just to test API surface in the future.
This commit is contained in:
parent
0d5abb6407
commit
47d5184e8d
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ buildscript {
|
||||||
dependencies {
|
dependencies {
|
||||||
// Hilt isn't compatible with the new plugin syntax yet.
|
// Hilt isn't compatible with the new plugin syntax yet.
|
||||||
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
|
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
|
||||||
|
classpath "org.jetbrains.dokka:dokka-gradle-plugin:2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ plugins {
|
||||||
id "com.google.devtools.ksp"
|
id "com.google.devtools.ksp"
|
||||||
id "com.diffplug.spotless"
|
id "com.diffplug.spotless"
|
||||||
id "kotlin-parcelize"
|
id "kotlin-parcelize"
|
||||||
|
id "org.jetbrains.dokka"
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
Loading…
Reference in a new issue