adamko-dev / dokkatoo

Generates documentation for Kotlin Gradle projects (based on Dokka)
https://adamko-dev.github.io/dokkatoo/
Apache License 2.0
74 stars 7 forks source link

Warning "Configuration 'dokkatooHtmlResolver' was resolved during configuration time" in Android projects #156

Closed aSemy closed 8 months ago

aSemy commented 9 months ago

A warning is logged during AndroidProjectIntegrationTest

Configuration 'dokkatooHtmlResolver' was resolved during configuration time.
This is a build performance and scalability issue.
See https://github.com/gradle/gradle/issues/2298
Run with --info for a stacktrace.

As explained in https://github.com/gradle/gradle/issues/2298 it's probably Gradle being overly sensitive and can be ignored, but it would be nice to be completely compliant.

The warning is probably caused by https://github.com/adamko-dev/dokkatoo/pull/128. Perhaps there's a better way to do it, especially after the changes in #155.

aSemy commented 8 months ago

Should be fixed by #159