Alright got curious and there are actually 2 `srcD...
# squarelibraries
m
Alright got curious and there are actually 2
srcDir
: 1. From Kotlin (Automatically adding the dependency):
kotlin.sourceSets.main.kotlin.srcDir(taskProvider)
2. From Android (Not automatically adding the dependency):
android.sourceSets.main.kotlin.srcDir(taskProvider)
In redwood 1. works and 2. doesn't. The current
registerJavaGeneratingTask
is still probably the best option