Skip to content

Commit

Permalink
remove custom plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
noob-programmer1 committed Sep 13, 2023
1 parent d3b866b commit 37760b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion noober-no-op/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
alias(libs.plugins.kotlin.multiplatform)
alias(libs.plugins.android.library)
alias(libs.plugins.kmmbridge)
id("convention.publication")
// id("convention.publication")
}

@OptIn(org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi::class)
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pluginManagement {
repositories {
google()
gradlePluginPortal()
mavenCentral()
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}

Expand All @@ -28,6 +28,6 @@ dependencyResolutionManagement {
}

rootProject.name = "Noober20"
includeBuild("convention-plugins")
//includeBuild("convention-plugins")
include(":noober")
include(":noober-no-op")

0 comments on commit 37760b1

Please sign in to comment.