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

Kotlin source code documentation management tool

Results 16 kotlinx-knit issues
Sort by recently updated
recently updated
newest added

* Kotlin 1.6.21 * Knit 0.4.0 * Gradle 7.4.2 * IntelliJ 2022.1 * Windows 10 I'm trying to use Knit to test some `.kts` scripts. I've had lots of problems...

When using Dokka with Knit, and following the instructions from the README.MD I see that a large portion of the README.MD is dropped in the generated Dokka website. I'm not...

I've been trying to set up Knit, based on the README and what I can see in Kotlinx Serialization. However I get an error. ``` ERROR: project\docs\basic-classes.md: 40: TEST must...

We have some files in .mdx format. If we include .mdx files in configuration then we see "Unknown input file type. Treating it as markdown". Example mdx ```mdx link text...

Currently, in `knit.properties` you can only configure a section of the code that is included before the example. You cannot configure the large scaffolding, so it has to be provided...

Now every source file (both .md and .kt) has to provide a test name in `TEST_NAME` directive. We should provide a default way that derives the name of the test...