Removed core dependency from the pre-processor

This commit is contained in:
Stef Tervelde
2025-02-05 12:01:47 +01:00
parent 971d98bba0
commit f016cc474c
3 changed files with 10 additions and 11 deletions

View File

@@ -23,8 +23,6 @@ sourceSets{
}
dependencies{
implementation(project(":core"))
implementation(libs.antlr)
implementation(libs.eclipseJDT)