[annotation-inheritance, type-utils] Implement module for annotation inheritance

This commit is contained in:
2025-06-20 21:25:09 +02:00
parent 694fb85c31
commit 95b2cbc7dd
28 changed files with 1092 additions and 80 deletions

View File

@@ -0,0 +1,9 @@
plugins {
id("de.siphalor.tweed5.base-module")
}
dependencies {
implementation(project(":tweed5-utils"))
implementation(project(":tweed5-type-utils"))
implementation(libs.asm.core)
}