new: introduce build-logic module to centralize Gradle configuration
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
plugins {
|
||||
`kotlin-dsl`
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(libs.android.gradlePlugin)
|
||||
implementation(libs.kotlin.gradlePlugin)
|
||||
implementation(libs.compose.gradlePlugin)
|
||||
implementation(libs.composeCompiler.gradlePlugin)
|
||||
// Makes the typed `libs` catalog accessors usable inside precompiled script plugins
|
||||
// (workaround for https://github.com/gradle/gradle/issues/15383)
|
||||
implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
|
||||
}
|
||||
Reference in New Issue
Block a user