I feel like I'm missing something with Dokka and s...
# dokka
t
I feel like I'm missing something with Dokka and samples. If I follow along with the example in this YouTrack call for help, it seems possible to get sample output to turn
assertPrints
into actually printing code. The benefits are that I could run my samples as tests beforehand to make sure they work, right? I defined
assertPrints
, wrote some sample code, and dokka includes the sample code exactly as written but it doesn't transform from
assertPrints
to
println
and I'm sure it's some config thing that I'm missing. Any advice? https://youtrack.jetbrains.com/issue/KT-20357