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