I just learnt how to use `@sample`. I find cumbers...
# dokka
e
I just learnt how to use
@sample
. I find cumbersome adding file by file in
build.gradle.kts
under
samples: List
. Wouldn't be possible for the plugin to group all the
@sample
from the sources and find the least necessary common group of files to be used for doc inlining?
s
You can also easily add all sample files at once, right? But still an interesting idea 🤗
e
how can I do that? Simply including the whole directory?