Migrate to Kotlin DSL build scripts (#243)
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
dependencies {
|
||||
implementation project(":orx-fx")
|
||||
}
|
||||
3
orx-integral-image/build.gradle.kts
Normal file
3
orx-integral-image/build.gradle.kts
Normal file
@@ -0,0 +1,3 @@
|
||||
dependencies {
|
||||
implementation(project(":orx-fx"))
|
||||
}
|
||||
Reference in New Issue
Block a user