mirror of
https://github.com/GayPizzaSpecifications/dough.git
synced 2025-08-03 13:31:33 +00:00
15 lines
297 B
Plaintext
15 lines
297 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10")
|
|
implementation("org.jetbrains.kotlin:kotlin-serialization:1.8.10")
|
|
|
|
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
|
|
}
|