Add main.output to demo.compileClasspath

This commit is contained in:
Edwin Jakobs
2025-09-16 19:10:52 +02:00
parent 6e328f3871
commit 7f8af578e6

View File

@@ -18,6 +18,7 @@ val mainImplementation = project.configurations.getByName(main.implementationCon
val demoImplementation = project.configurations.getByName(demo.implementationConfigurationName)
demoImplementation.extendsFrom(mainImplementation)
demo.compileClasspath += main.output
dependencies {
"demoRuntimeOnly"(openrndr.findLibrary("gl3").get())