[orx-compositor] Remove use() add aside {}

This commit is contained in:
Edwin Jakobs
2022-12-28 14:02:40 +01:00
parent 750b5ef67e
commit 391ebce42b
6 changed files with 218 additions and 206 deletions

View File

@@ -43,6 +43,7 @@ kotlin {
val jvmDemo by getting {
dependencies {
implementation(project(":orx-fx"))
implementation(project(":orx-compositor"))
}
}
}