Convert to my app, so I can continue a fork!
This commit is contained in:
@@ -2,7 +2,7 @@ plugins {
|
||||
`kotlin-dsl`
|
||||
}
|
||||
|
||||
group = "gq.kirmanak.mealient.buildlogic"
|
||||
group = "com.atridad.mealient.buildlogic"
|
||||
|
||||
dependencies {
|
||||
implementation(libs.jetbrains.kotlinPlugin)
|
||||
@@ -12,19 +12,19 @@ dependencies {
|
||||
gradlePlugin {
|
||||
plugins {
|
||||
register("androidApplication") {
|
||||
id = "gq.kirmanak.mealient.application"
|
||||
id = "com.atridad.mealient.application"
|
||||
implementationClass = "AndroidApplicationConventionPlugin"
|
||||
}
|
||||
register("androidLibrary") {
|
||||
id = "gq.kirmanak.mealient.library"
|
||||
id = "com.atridad.mealient.library"
|
||||
implementationClass = "AndroidLibraryConventionPlugin"
|
||||
}
|
||||
register("compose") {
|
||||
id = "gq.kirmanak.mealient.compose"
|
||||
id = "com.atridad.mealient.compose"
|
||||
implementationClass = "AndroidLibraryComposeConventionPlugin"
|
||||
}
|
||||
register("appCompose") {
|
||||
id = "gq.kirmanak.mealient.compose.app"
|
||||
id = "com.atridad.mealient.compose.app"
|
||||
implementationClass = "AndroidApplicationComposeConventionPlugin"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user