mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-12-02 13:33:23 +01:00
11 lines
160 B
Plaintext
11 lines
160 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21")
|
|
} |