Add main.output to demo.compileClasspath
This commit is contained in:
@@ -18,6 +18,7 @@ val mainImplementation = project.configurations.getByName(main.implementationCon
|
|||||||
val demoImplementation = project.configurations.getByName(demo.implementationConfigurationName)
|
val demoImplementation = project.configurations.getByName(demo.implementationConfigurationName)
|
||||||
|
|
||||||
demoImplementation.extendsFrom(mainImplementation)
|
demoImplementation.extendsFrom(mainImplementation)
|
||||||
|
demo.compileClasspath += main.output
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
"demoRuntimeOnly"(openrndr.findLibrary("gl3").get())
|
"demoRuntimeOnly"(openrndr.findLibrary("gl3").get())
|
||||||
|
|||||||
Reference in New Issue
Block a user