Skip to content

Commit

Permalink
Merge pull request #141 from MohamedRejeb/1.x
Browse files Browse the repository at this point in the history
Enable publication
  • Loading branch information
MohamedRejeb authored Nov 18, 2023
2 parents f4249b1 + 0633666 commit 861ac36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
// id("root.publication")
id("root.publication")
alias(libs.plugins.androidLibrary).apply(false)
alias(libs.plugins.androidApplication).apply(false)
alias(libs.plugins.kotlinAndroid).apply(false)
Expand Down
2 changes: 1 addition & 1 deletion richeditor-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
alias(libs.plugins.kotlinMultiplatform)
alias(libs.plugins.composeMultiplatform)
alias(libs.plugins.androidLibrary)
// id("module.publication")
id("module.publication")
}

kotlin {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pluginManagement {
// includeBuild("convention-plugins")
includeBuild("convention-plugins")
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit 861ac36

Please sign in to comment.