13 lines
No EOL
341 B
Kotlin
13 lines
No EOL
341 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
maven("https://maven.fabricmc.net") { name = "Fabric" }
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
plugins {
|
|
id("fabric-loom").version(settings.extra["loom_version"] as String)
|
|
kotlin("jvm").version(System.getProperty("kotlin_version"))
|
|
}
|
|
}
|
|
|
|
include("d3r") |