elect
08/27/2021, 4:52 AMapi("org.jetbrains.dokka:dokka-gradle-plugin:1.4.30")
according to the docs now I should write
api("org.jetbrains.dokka:kotlin-as-java-plugin:1.5.0")
am I right?TheOnlyTails
08/31/2021, 12:55 PMdokka-base
plugin via buildscript dependencies gives me this error:
Caused by: java.lang.NoSuchFieldError: KOTLIN_STAT_LABEl_PROPERTY
theapache64
09/03/2021, 3:48 PMmaven-publish
plugin to see the documentation in IDE’s documentation popup?Doug Chappelle
09/06/2021, 5:21 PMDavid Rubio
09/17/2021, 11:59 AMseparateInheritedMembers
or suppressInheritedMembers
in a multimodule Android project, in Groovy? I want to configure everything from the root project, if possible.Thanos Psaridis
09/21/2021, 5:54 PMDokkaTask
cannot be resolved even though I've added the dokka plugin in plugins{} block in build.gradle.kts
Any idea why is this happening and how I can fix this?TheOnlyTails
09/22/2021, 8:49 AMdokkaHtml
task? I can't find it in the repo.simon.vergauwen
09/22/2021, 6:49 PMsimon.vergauwen
09/22/2021, 6:49 PMJan
10/07/2021, 11:08 AMCallum Seabrook
10/09/2021, 10:40 AMCallum Seabrook
10/09/2021, 10:42 AMEugene
10/13/2021, 7:07 AMRené
10/19/2021, 8:21 AMTheOnlyTails
10/24/2021, 6:03 PMSylvain Patenaude
10/25/2021, 7:52 PMoutputDirectory
.
Thanks in advance!
dokka {
outputFormat = 'html'
outputDirectory = "$buildDir/doc"
}
bod
10/29/2021, 9:53 AM[fooBar(String)]
doesn't seem to work.
edit: found this issue so I guess it's not possible 😅Javier
11/04/2021, 1:53 PMsimon.vergauwen
11/11/2021, 5:16 PMJoffrey
11/17/2021, 10:42 AMsimon.vergauwen
11/17/2021, 10:48 AMKuba Petržílka
11/19/2021, 1:52 PMAmol
11/19/2021, 3:20 PMplugins {
id 'org.jetbrains.dokka' version '1.5.0'
}
This gradle synced successfully. When I now try to run ./gradlew dokkaJavadoc
or ./gradlew dokkaHtml
I get this error:
$ ./gradlew dokkaHtml
FAILURE: Build failed with an exception.
* What went wrong:
org/jetbrains/kotlin/gradle/dsl/KotlinSingleTargetExtension
> org.jetbrains.kotlin.gradle.dsl.KotlinSingleTargetExtension
Kuba Petržílka
11/19/2021, 5:04 PMsuspend fun sampleProcessingFunction(message: AmqpMessage<String>): Outcome<AmqpConsumingError, Unit> {
becomes just: suspend fun sampleProcessingFunction(message: AmqpMessage): Outcome {
first day I m using it and I already found 3 really bad bugs.. or am I doing something wrong?Kuba Petržílka
11/19/2021, 5:07 PMdokkaHtml
tasks randomly (like 3 out 5 runs) throws OutOfMemory exceptionsimon.vergauwen
11/23/2021, 5:04 PMRobert Jaros
11/23/2021, 5:14 PMTrevor Stone
11/23/2021, 7:25 PMStewart Stewart
11/24/2021, 5:03 PMKuba Petržílka
11/24/2021, 8:12 PM