[orx-image-fit] Move dependencies {} out of defaultSourceSet {}
This commit is contained in:
@@ -11,6 +11,8 @@ kotlin {
|
||||
val demo by creating {
|
||||
defaultSourceSet {
|
||||
kotlin.srcDir("src/demo")
|
||||
|
||||
}
|
||||
dependencies {
|
||||
implementation(project(":orx-shapes"))
|
||||
implementation(project(":orx-image-fit"))
|
||||
@@ -20,10 +22,7 @@ kotlin {
|
||||
runtimeOnly(libs.openrndr.gl3.natives)
|
||||
implementation(compilations["main"]!!.output.allOutputs)
|
||||
}
|
||||
}
|
||||
collectScreenshots {
|
||||
|
||||
}
|
||||
collectScreenshots { }
|
||||
}
|
||||
}
|
||||
testRuns["test"].executionTask.configure {
|
||||
|
||||
Reference in New Issue
Block a user