start addon impl

This commit is contained in:
dfsek
2025-12-28 22:03:03 -07:00
parent 9c64353111
commit b851b2f881
6 changed files with 139 additions and 0 deletions
@@ -0,0 +1,5 @@
version = version("1.0.0")
dependencies {
compileOnlyApi(project(":common:addons:manifest-addon-loader"))
}