Skip to content

Commit

Permalink
add dokka to material-color-utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
jordond authored Feb 23, 2024
1 parent 3779677 commit dc0dcc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion material-color-utilities/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {
alias(libs.plugins.multiplatform)
alias(libs.plugins.android.library)
alias(libs.plugins.poko)
alias(libs.plugins.dokka)
alias(libs.plugins.publish)
}

Expand Down Expand Up @@ -73,4 +74,4 @@ android {
kotlin {
jvmToolchain(jdkVersion = 11)
}
}
}

0 comments on commit dc0dcc4

Please sign in to comment.