dorche
06/09/2025, 1:18 PMactual
declarations into JVM source folder and I'd like to avoid that really...
Is the best solution just adding a source folder and making sure both JVM and Android reference it via kotlin.srcDir()
? If I am reading this right, I can't really have androidMain.dependsOn(jvmMain)
so maybe srcDir is the only way to go?Michael Krussel
06/09/2025, 1:23 PMdorche
06/09/2025, 1:32 PMsrcDir
tho because with srcDir
I'd not have to use dependsOn
which then means I won't have to reapply the Default Kotlin Hierarchy template?Michael Krussel
06/09/2025, 1:34 PM