blob: 45828092d3f5d9c9af666489688fdaef0f91188e (
plain)
1
2
3
4
5
6
7
|
### Note
All Gradle projects inside the `project` subfolder can
also be imported to the IDE by clicking on the corresponding
build.gradle.kts file -> "import gradle project".
Before importing: Make sure that you have dokka installed
locally (`./gradlew publishToMavenLocal`).
|