12 lines
313 B
Groovy
12 lines
313 B
Groovy
plugins {
|
|
id 'com.android.application' version '8.2.1' apply false
|
|
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
|
|
id 'com.android.library' version '8.2.1' apply false
|
|
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
|
|
}
|
|
|
|
apply from: "${rootDir}/scripts/publish-root.gradle"
|
|
|
|
|
|
|