mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 04:51:38 +02:00
6 lines
81 B
Text
6 lines
81 B
Text
|
plugins { `kotlin-dsl` }
|
||
|
|
||
|
dependencies {
|
||
|
implementation(libs.build.spotless)
|
||
|
}
|