Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluchu committed Jun 14, 2024
1 parent 77b3bb8 commit dab2c8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jchucomponents-prefs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
alias(libs.plugins.android.library)
alias(libs.plugins.jetbrains.kotlin)
alias(libs.plugins.jetbrains.dokka)
alias(libs.plugins.compose.compiler)
id("maven-publish")
}

Expand Down Expand Up @@ -48,6 +49,7 @@ android {
dependencies {
implementation(libs.bundles.preferences.androidx)
implementation(libs.bundles.preferences.google)
implementation(libs.bundles.preferences.compose)
}

publishing {
Expand Down

0 comments on commit dab2c8b

Please sign in to comment.