
* update kotlin & deps * add spotless * fetch depth * lint... * adjust rules * Revert "lint..." This reverts commit cc2f99fb218726d90045c5104ab9592a179cb6b6. * lint * rm generated file
17 lines
284 B
Plaintext
17 lines
284 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
google()
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.gradle.agp)
|
|
implementation(libs.gradle.kotlin)
|
|
implementation(libs.gradle.serialization)
|
|
implementation(libs.spotless.gradle)
|
|
}
|