KakaoCup / Kakao

Nice and simple DSL for Espresso in Kotlin
https://kakaocup.github.io/Kakao/
Apache License 2.0
330 stars 28 forks source link

Remove dokka #9

Closed Vacxe closed 3 years ago

Vacxe commented 3 years ago

Looks like dokka creating more issues than solving...

* What went wrong:
Could not determine the dependencies of task ':kakao:dokka'.
> class org.gradle.api.internal.file.CompositeFileCollection$1 cannot be cast to class java.util.List (org.gradle.api.internal.file.CompositeFileCollection$1 is in unnamed module of loader org.gradle.internal.classloader.VisitableURLClassLoader @48533e64; java.util.List is in module java.base of loader 'bootstrap')
Vacxe commented 3 years ago

gradle 6.7.1, gradle plugin 4.2.1

Unlimity commented 3 years ago

Have you tried to update the dokka version to the latest release?