aboutsummaryrefslogtreecommitdiff
path: root/examples/gradle/dokka-multiplatform-example/src/customJdk9/kotlin/demo/CustomSourceSetFile.kt
blob: 5b642416dd6e2632744a9e03b085e6634ddef4c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
package demo

/**
 * This class demonstrates custom dokka source sets
 */
class CustomSourceSetFile {
    /**
     * This function will not do anything
     */
    fun thisIsAFunction() {}
}