Is there a way to add multiple directories to a so...
# multiplatform
s
Is there a way to add multiple directories to a source set with the
multiplatform
plugin?
r
Yeah you can add other source directories via
kotlin.srcDir()
. See the end of this section https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#configuring-source-sets
👍 1
s
Thanks again for this. This just saved my butt to work around having to have multiple source sets for generated sources