Tachiyomi-Extensions/buildSrc/build.gradle.kts
AwkwardPeak7 4867bf18a0
Update to Kotlin 2.1.0 and add spotless linter (#7447)
* update kotlin & deps

* add spotless

* fetch depth

* lint...

* adjust rules

* Revert "lint..."

This reverts commit cc2f99fb218726d90045c5104ab9592a179cb6b6.

* lint

* rm generated file
2025-02-23 21:29:55 +00:00

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)
}