Lines Matching +refs:android +refs:project +refs:root

4 …ork of Dokka, customized for [Android API reference docs](https://developer.android.com/reference/)
5 on [developer.android.com](https://developer.android.com/) and other Google products.**
30 The plugin adds a task named "dokka" to the project.
53 defaultKotlinTasks() + [':some:otherCompileKotlin', project("another").compileKotlin]
95 // Path to source root
101 // Specifies the location of the project source code on the Web.
118 … // Allows linking to documentation of the project's dependencies (generated with Javadoc or Dokka)
151 More dokka tasks can be added to a project like this:
160 Please see the [Dokka Gradle example project](https://github.com/JetBrains/kotlin-examples/tree/mas…
165 `com.android.library` and `kotlin-android`.
174 classpath "org.jetbrains.dokka:dokka-android-gradle-plugin:${dokka_version}"
178 apply plugin: 'com.android.library'
179 apply plugin: 'kotlin-android'
180 apply plugin: 'org.jetbrains.dokka-android'
243 <!-- Default: ${project.artifactId} -->
247 <!-- Default: ${project.basedir}/target/dokka -->
281 <!-- Short form list of sourceRoots, by default, set to ${project.compileSourceRoots} -->
288 <root>
292 </root>
295 …<!-- Specifies the location of the project source code on the Web. If provided, Dokka generates "s…
300 <dir>${project.basedir}/src/main/kotlin</dir>
311 …<!-- Allows linking to documentation of the project's dependencies (generated with Javadoc or Dokk…
338 Please see the [Dokka Maven example project](https://github.com/JetBrains/kotlin-examples/tree/mast…
347 <project name="Dokka" default="document">
353 </project>
362 …* `moduleName` - the name of the module being documented (used as the root directory of the genera…
389 …* `-module` - the name of the module being documented (used as the root directory of the generated…
415 Each source root has a list of platforms for which members are suitable.
460 Alternatively, open the project directory in IntelliJ IDEA and use the IDE to build and run Dokka.
464 * Select "Open" from the IDEA welcome screen, or File > Open if a project is
467 * Note: IDEA may have an error after the project is initally opened; it is OK
469 * After IDEA opens the project, select File > New > Module from existing sources
470 and select the `build.gradle` file from the root directory of your Dokka clone
475 * Verify the following project settings. In File > Settings > Build, Execution,
480 * Note: After closing and re-opening the project, IDEA may give an error