79274847

Date: 2024-12-12 11:06:17
Score: 1.5
Natty:
Report link

I received some help in the Kotlin slack group and this addition to the build.gradle allowed the tests to populate in dokkaHtml:

tasks.dokkaHtml {
dokkaSourceSets {
    named("test") {
        suppress.set(false)
        displayName.set("Test Documentation")
    }
}}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: 33NZ