Attention Kotlin Library Authors! :rocket: We’re ...
# dokka
l
Attention Kotlin Library Authors! 🚀 We’re working on Kotools Samples, a Gradle plugin that will simplify your documentation process by inlining read-only Kotlin and Java code samples into Dokka. No more editable or outdated code examples — everything is compiled alongside your main sources and visible directly in the IDE! 😍 Star and watch our GitHub repo to stay updated on the first release! Join us in the #C05H0L1LD25 channel, and be among the first to level up your library docs! 📚
K 6
🎉 4
👍 2
👍🏻 1
s
Nice! I had a custom implementation in one of my libs, the UX of something like this is pretty cool. You can check my implementation here: https://github.com/sellmair/evas/blob/master/buildSrc/src/main/kotlin/EvasSnippetsPlugin.kt
👀 1
l
@Sebastian Sellmair [JB] How sample validation is done in your library is very interesting. Thank you for sharing! 🙂