aboutsummaryrefslogtreecommitdiff
path: root/examples/gradle/dokka-versioning-multimodule-example/parentProject/childProjectA/src/main/kotlin/demo/FancyAPI.kt
blob: e691be03fd9dc77032e84b6a55ab546cc51b9750 (plain)
1
2
3
4
5
6
7
8
9
10
package demo

/**
 * New shiny fancy API
 *
 * @since 1.0
 */
class FancyAPI {
    fun doSomething() {}
}