idk: Move annotations to do with injection to a seperate module for improved modularity (#2181)
* Move annotations to do with injection to a seperate module for improved modularity * Remove redundant config in build script, add (c)
This commit is contained in:
@@ -27,7 +27,7 @@ group = "com.openosrs.rs"
|
||||
description = "RuneScape Client"
|
||||
|
||||
dependencies {
|
||||
implementation(project(":runescape-api"))
|
||||
implementation(project(":injection-annotations"))
|
||||
|
||||
testImplementation(Libraries.junit)
|
||||
testImplementation(Libraries.slf4jApi)
|
||||
|
||||
Reference in New Issue
Block a user