Files
tweed5/tweed5-patchwork/build.gradle.kts
Siphalor b466ccd577 [*] Modernize Gradle setup
Version catalog and convention plugin instead of allprojects/subprojects
2025-02-22 22:55:06 +01:00

9 lines
142 B
Kotlin

plugins {
id("de.siphalor.tweed5.base-module")
}
dependencies {
implementation(libs.asm.core)
implementation(libs.asm.commons)
}