mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-13 02:11:07 -04:00
Bring in ktlint to format code
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -23,6 +23,7 @@ plugins {
|
||||
id 'org.jetbrains.kotlin.android'
|
||||
id 'org.jetbrains.kotlin.kapt'
|
||||
id 'androidx.navigation.safeargs.kotlin'
|
||||
id "org.jlleitschuh.gradle.ktlint"
|
||||
}
|
||||
|
||||
project.ext {
|
||||
|
||||
@@ -22,6 +22,7 @@ plugins {
|
||||
id 'com.android.application' version '7.4.2' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
|
||||
id 'androidx.navigation.safeargs.kotlin' version '2.5.3' apply false
|
||||
id "org.jlleitschuh.gradle.ktlint" version '11.3.1' apply false
|
||||
}
|
||||
|
||||
task clean(type: Delete) {
|
||||
|
||||
Reference in New Issue
Block a user