mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 02:58:45 +00:00
9 lines
184 B
Kotlin
9 lines
184 B
Kotlin
plugins {
|
|
id("org.jlleitschuh.gradle.ktlint")
|
|
}
|
|
|
|
ktlint {
|
|
// Use a newer version to resolve https://github.com/JLLeitschuh/ktlint-gradle/issues/507
|
|
version.set("0.47.1")
|
|
}
|