Ian
07/24/2021, 2:34 PMMarcin Aman
07/24/2021, 3:13 PMIan
07/25/2021, 8:57 AMMarcin Aman
07/26/2021, 8:10 AMsrc/main/kotlin/samples.kt
and this path does not exists on current master.
The syntax is correct so if you would like to use sample from Element.bind
you need to add:
dokkaHtml {
dokkaSourceSets {
configureEach {
samples.from(files("src/main/kotlin/kweb/prelude.kt"))
}
}
}
Same thing goes for all other samples