10 lines
242 B
Kotlin
10 lines
242 B
Kotlin
package be.simplenotes
|
|
|
|
plugins {
|
|
id("be.simplenotes.java-convention")
|
|
id("be.simplenotes.kotlin-convention")
|
|
id("be.simplenotes.junit-convention")
|
|
id("org.jlleitschuh.gradle.ktlint")
|
|
id("com.github.ben-manes.versions")
|
|
}
|