mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-06-07 15:46:03 +01: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")
|
|
}
|