António Bastião
02/02/2021, 4:16 PMelect
02/04/2021, 10:20 AMbuildSrc
?elect
02/05/2021, 8:33 AM<div class="pull-right d-flex">
<div id="searchBar"></div>
</div>
napperley
02/11/2021, 9:50 PMRobert Jaros
02/14/2021, 4:13 PMLee McLaughlin
02/15/2021, 9:13 PMLee McLaughlin
02/15/2021, 9:14 PMLee McLaughlin
02/15/2021, 9:14 PMLee McLaughlin
02/15/2021, 9:15 PMEugene
03/02/2021, 3:46 PMAJ Alt
03/04/2021, 5:51 PMEugene
03/10/2021, 12:56 PMaudriusk
03/16/2021, 8:13 AM1.4.30
plugin is published? Bintray still has only 1.4.20
version https://dl.bintray.com/kotlin/dokka/org/jetbrains/dokka/org.jetbrains.dokka.gradle.plugin/jaguililla
03/30/2021, 7:24 PM*-javadoc.jar
file in order for the IDEs (IntelliJ) to display the help con ctrl+space?Stacy
04/07/2021, 3:52 PMColin White
04/13/2021, 9:50 PMMarcin Aman
04/14/2021, 1:11 PM@inheritDoc
? Or maybe something different?
• How would it change your workflow?Marcin Aman
04/14/2021, 1:11 PM@inheritDoc
to Kotlin to allow for explicit docs inheritance
• 2️⃣ Introducing @dontInheritDocs
to Kotlin
If you like any of those ideas you can vote using emojis or should you have better solution write those in the Thread
jw
04/22/2021, 1:47 PMmiqbaldc
04/22/2021, 2:32 PMAaron Todd
04/29/2021, 8:11 PMKamil Doległo
05/11/2021, 5:36 PMevanchooly
05/13/2021, 5:52 PMevanchooly
05/13/2021, 5:52 PMTheOnlyTails
05/23/2021, 8:12 PMCaused by: groovy.lang.MissingMethodException: No signature of method: java.io.File.resolve() is applicable for argument types: (String) values: [dokka]
Leandro Borges Ferreira
05/31/2021, 1:47 PMval customDokkaTask by creating(DokkaTask::class) {
dependencies {
plugins("org.jetbrains.dokka:kotlin-as-java-plugin:1.4.32")
}
}
But what would be the same in groovy?
This:
tasks.register('dokkasaurus', DokkaTask) {
dependencies {
plugins = classpath Dependencies.dokkasaurus
}
}
Doesn’t work… I just the
Cannot set the value of read-only property 'plugins' for task .......
Zach Klippenstein (he/him) [MOD]
06/07/2021, 7:08 PMPeter
06/08/2021, 5:43 AMnapperley
06/08/2021, 9:31 PMjw
06/08/2021, 11:05 PM