feat(core:artifacts): ArtifactKind interface, registry, built-in kinds, and MaterializingArtifactWriter

This commit is contained in:
2026-05-18 21:38:44 +04:00
parent 219e2c762e
commit 325810934a
11 changed files with 183 additions and 0 deletions
+1
View File
@@ -6,4 +6,5 @@ plugins {
dependencies {
implementation(project(":core:events"))
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
}