Kotlin / dokka

API documentation engine for Kotlin
https://kotl.in/dokka
Apache License 2.0
3.36k stars 397 forks source link

[K2] Add an integration test for jvm-only project #3136

Open vmishenev opened 11 months ago

vmishenev commented 11 months ago

For the JVM integration testing, we have only small projects (it-basic, it-collector). We need to choose a multimodule JVM-only project to test K2 without MPP.

Also, it can dump a Documentable model to compare.

vmishenev commented 9 months ago

Also, it would be nice to have Kotlin/Java mixed project. For example, it could help to find a recent bug with concurrency https://github.com/Kotlin/dokka/pull/3143.

IgnatBeresnev commented 3 months ago

This is only useful if we're going to compare HTML or the documentable model.