Results 194 comments of Paul Merlin

Given this plugin is currently being deeply reworked I didn't bother reporting what exact issues the "old" dokka or the "new" dokka have. Running a build with `--configuration-cache` will produce...

FYI, Kotlin `master` branch should now work with the configuration cache without emitting problems. You can use dev builds >= `1.4.20-dev-3361` in your tests.

There are two points about making this plugin work with the Kotlin DSL, or making it usable from another plugin implemented in Java or Kotlin: - `Closure` taking methods should...

I think such a sample would be valuable. Java developers have to deal with some native libraries from time to time, including on Android. We do, in `native-platform`. We currently...

The `kotlin-dsl` plugin configures `kotlinOptions.freeCompilerArgs` with values computed by another task. `kotlinOptions.freeCompilerArgs` being a `List`, using the `doFirst {}` trick is the only way. Kotlin Gradle Plugin 1.8.0 will provide...

This action doesn't get minified/assembled and runs directly from `node_modules`

`catalogResolutionClasspath` could be a `ConfigurableFileCollection` instead, which is supported by the configuration cache.

Hey folks, What you observe is a different issue than the one confirmed fixed here. Please open another issue and provide as much detail as you can. We don't have...