[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

@@ -1,6 +1,7 @@
rootProject.name = "tweed5"
include("test-utils")
include("tweed5-annotation-inheritance")
include("tweed5-construct")
include("tweed5-core")
include("tweed5-default-extensions")