mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
create separate subproject for DI
This commit is contained in:
3
common/api/inject/README.md
Normal file
3
common/api/inject/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Dependency Injection
|
||||
|
||||
A simple annotation-based dependency injection framework
|
||||
10
common/api/inject/build.gradle.kts
Normal file
10
common/api/inject/build.gradle.kts
Normal file
@@ -0,0 +1,10 @@
|
||||
dependencies {
|
||||
"shadedApi"(project(":common:api:util"))
|
||||
|
||||
"shadedApi"("com.dfsek:Paralithic:0.5.0")
|
||||
|
||||
"shadedApi"("com.dfsek.tectonic:common:2.1.2")
|
||||
|
||||
"shadedApi"("net.jafama:jafama:2.3.2")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user