Files
tweed5/conventions/build.gradle.kts

8 lines
84 B
Kotlin

plugins {
`kotlin-dsl`
}
dependencies {
implementation(project(":helpers"))
}