kotlinx-io icon indicating copy to clipboard operation
kotlinx-io copied to clipboard

Move Dokka setup to a separate plugin and make samples discovery flexible

Open fzhinkin opened this issue 2 years ago • 0 comments
trafficstars

Currently, Dokka configured separately in both core and bytestring modules. And in each of these configs paths to files containing samples are listed explicitly.

It would be nice to:

  • use file pattern instead of paths to particular files (it should be something like **/test/samples/**/*.kt)
  • move common configuration logic to a separate plugin in build-logic

fzhinkin avatar Aug 10 '23 12:08 fzhinkin