Source Sets Builder
class SourceSetsBuilder(val moduleName: String) : ArrayList<Lazy<DokkaSourceSetImpl>>
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
open override fun addAll(elements: Collection<Lazy<DokkaSourceSetImpl>>): Boolean
Content copied to clipboard
open override fun addAll(index: Int, elements: Collection<Lazy<DokkaSourceSetImpl>>): Boolean
Content copied to clipboard
Link copied to clipboard
open override fun containsAll(elements: Collection<Lazy<DokkaSourceSetImpl>>): Boolean
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator override fun iterator(): MutableIterator<Lazy<DokkaSourceSetImpl>>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun listIterator(): MutableListIterator<Lazy<DokkaSourceSetImpl>>
Content copied to clipboard
open override fun listIterator(index: Int): MutableListIterator<Lazy<DokkaSourceSetImpl>>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun removeAll(elements: Collection<Lazy<DokkaSourceSetImpl>>): Boolean
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun replaceAll(p0: UnaryOperator<Lazy<DokkaSourceSetImpl>>)
Content copied to clipboard
Link copied to clipboard
open override fun retainAll(elements: Collection<Lazy<DokkaSourceSetImpl>>): Boolean
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun sourceSet(block: DokkaSourceSetBuilder.() -> Unit): Lazy<DokkaConfiguration.DokkaSourceSet>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard