edwinRNDR
11/02/2023, 8:10 AMcommonMain
depend on source sets. I have a task that generates Kotlin files in a secondary source set which is compiled as common Kotlin. Prior to 1.9.20 that worked like https://github.com/openrndr/openrndr/blob/master/openrndr-filter/build.gradle.kts but I have no idea how to set this up in 1.9.20.mbonnin
11/02/2023, 1:06 PMcommonMain
source set:
kotlin.sourceSets.getByName("commonMain").kotlin.srcDir("path/to/generated/dir")
edwinRNDR
11/02/2023, 1:18 PMmbonnin
11/02/2023, 1:18 PMedwinRNDR
11/02/2023, 2:11 PM