2022-11-01 18:55:17 +01:00
|
|
|
plugins {
|
|
|
|
`kotlin-dsl`
|
|
|
|
}
|
|
|
|
|
|
|
|
repositories {
|
|
|
|
mavenCentral()
|
|
|
|
gradlePluginPortal()
|
2022-11-24 14:55:39 +01:00
|
|
|
maven("https://maven.frohnmeyer-wds.de/artifacts")
|
2022-11-01 18:55:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2024-03-09 12:37:38 +01:00
|
|
|
implementation(libs.plugin.kotlin)
|
|
|
|
implementation(libs.plugin.convention)
|
2023-09-21 19:08:14 +02:00
|
|
|
}
|