how to add new source directory to `commonMain` so...
# multiplatform
r
how to add new source directory to
commonMain
sourceSet in multiplatform gradle project?
k
right click on it and select New Directory?
r
I mean outside "commonMain/kotlin"
k
add a source set dependency for commonMain
r
how to do this with kotlin dsl?
r
thx
should check the docs first and not google 😉
k
that page will answer most of your MPP questions
b
You can also add a source root to the same source set
As in src/commonMain/kotlin2
140 Views