Skip to content

Commit

Permalink
chore(text-inputs): add missing maven plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardPaligot committed Aug 9, 2023
1 parent f9377a4 commit 1bf3544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions text-inputs/text-inputs-test-semantics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
id("kotlin-android")
id("VitaminComposeLibraryPlugin")
id("VitaminQualityPlugin")
id("com.vanniktech.maven.publish")
}

dependencies {
Expand Down
1 change: 1 addition & 0 deletions text-inputs/text-inputs-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
id("com.android.library")
id("kotlin-android")
id("VitaminComposeLibraryPlugin")
id("com.vanniktech.maven.publish")
}

dependencies {
Expand Down

0 comments on commit 1bf3544

Please sign in to comment.