Hopefully resolved circular dependencies

This commit is contained in:
Auxilor
2022-02-02 11:40:03 +00:00
parent 4c5a0f9887
commit a64386f980
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ group 'com.willfp'
version rootProject.version
dependencies {
api project(":eco-api:api-java")
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.6.0'
}