https://kotlinlang.org logo
#dokka
Title
# dokka
s

sdeleuze

09/17/2018, 5:53 PM
How should I make Dokka code samples working correctly in IDEA?
s

semoro

09/27/2018, 10:06 AM
Put them in test source set for module you documenting
s

sdeleuze

09/27/2018, 11:35 AM
THat's what I did and in my library I have the code sampel working but when I use my library it is not working anymore. Should they be added to the source JAR ?
s

semoro

09/28/2018, 2:22 PM
Yes, you should add them to sources JAR, but unsure will it work or not. If not is is bug anyway