Skip to content

Commit

Permalink
move dokka to versions.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pakohan committed Jul 24, 2024
1 parent 973eb70 commit 9dc84fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.jetbrains.kotlin.android) apply false
id("org.jetbrains.dokka") version "1.9.20"
alias(libs.plugins.org.jetbrains.dokka)
alias(libs.plugins.android.library) apply false
}

Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ appcompat = "1.7.0"
material = "1.12.0"
foundationAndroid = "1.6.8"
material3Android = "1.2.1"
dokka = "1.9.20"

[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
Expand All @@ -37,3 +38,4 @@ androidx-material3-android = { group = "androidx.compose.material3", name = "mat
android-application = { id = "com.android.application", version.ref = "agp" }
jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
android-library = { id = "com.android.library", version.ref = "agp" }
org-jetbrains-dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }

0 comments on commit 9dc84fd

Please sign in to comment.