capitalthree
03/11/2020, 3:31 AMoctylFractal
03/11/2020, 3:34 AMsourceSets, which iirc KotlinSourceSet is an extension on that, so it should be easy to acquire oneoctylFractal
03/11/2020, 3:35 AMsourceSets["main"] in kdslcapitalthree
03/11/2020, 3:49 AMkotlin.sourceSets.jvmMain exists but isn't the wrong type since KotlinSourceSet isn't a subtype of SourceSet. sourceSets["main"] gives me > SourceSet with name 'main' not found. "jvmMain" gives similar results.octylFractal
03/11/2020, 3:50 AMcapitalthree
03/11/2020, 3:54 AMoctylFractal
03/11/2020, 3:55 AMjava plugin? that's what usually sets up the sourceSets stuffcapitalthree
03/11/2020, 3:56 AMcapitalthree
03/11/2020, 3:56 AMoctylFractal
03/11/2020, 3:57 AMcapitalthree
03/11/2020, 3:57 AMoctylFractal
03/11/2020, 3:57 AMcapitalthree
03/11/2020, 3:57 AMoctylFractal
03/11/2020, 3:57 AMoctylFractal
03/11/2020, 3:58 AMcapitalthree
03/11/2020, 3:58 AMcapitalthree
03/11/2020, 3:59 AMcapitalthree
03/11/2020, 4:00 AMoctylFractal
03/11/2020, 4:02 AMimplementation(project(":jooq")) if you made a jooq directory with a build.gradle with the appropriate configuration insideoctylFractal
03/11/2020, 4:02 AMinclude(":jooq") to settings.gradlecapitalthree
03/11/2020, 4:37 AM