mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 03:11:08 +01:00
Remove core project dependency from build.gradle.kts
This commit is contained in:
@@ -28,7 +28,6 @@ afterEvaluate{
|
||||
}
|
||||
|
||||
dependencies{
|
||||
implementation(project(":core"))
|
||||
implementation(project(":app:utils"))
|
||||
|
||||
implementation(libs.antlr)
|
||||
@@ -80,4 +79,4 @@ mavenPublishing{
|
||||
developerConnection.set("scm:git:ssh://git@github.com/processing/processing4.git")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user