mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-21 18:02:42 +01:00
17 lines
285 B
Plaintext
17 lines
285 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
google()
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.gradle.agp)
|
|
implementation(libs.gradle.kotlin)
|
|
implementation(libs.gradle.serialization)
|
|
implementation(libs.gradle.kotlinter)
|
|
}
|