mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-05 06:19:59 +01:00
13 lines
295 B
Groovy
13 lines
295 B
Groovy
plugins {
|
|
id 'groovy-gradle-plugin'
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
google()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:${libs.versions.kotlin.get()}")
|
|
implementation "com.android.tools.build:gradle:${libs.versions.android.gp.get()}"
|
|
} |