Migrate to Kotlin DSL build scripts (#243)

This commit is contained in:
Vechro
2022-06-30 18:51:09 +03:00
committed by GitHub
parent f0256aec7a
commit 48781ca314
66 changed files with 235 additions and 237 deletions

View File

@@ -1,3 +0,0 @@
dependencies {
implementation project(":orx-fx")
}

View File

@@ -0,0 +1,3 @@
dependencies {
implementation(project(":orx-fx"))
}