8 lines
136 B
Kotlin
8 lines
136 B
Kotlin
plugins {
|
|
id("dev.panuszewski.typesafe-conventions") version "0.7.3"
|
|
}
|
|
|
|
include("helpers")
|
|
|
|
rootProject.name = "tweed5-conventions"
|