Files
tweed5/buildSrc/build.gradle.kts

12 lines
127 B
Kotlin

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