Ivan “CLOVIS” Canet

Results 199 comments of Ivan “CLOVIS” Canet

Thanks for the answer. Indeed, I probably should have an aggregation plugin, I'll look into them more and report back. > I don't really understand why are you doing this...

I assume the aggregation plugin will also fix cross-module links not being emitted at the moment? Do you know if there is documentation on aggregation plugins? I didn't find anything...

Hi! Thanks for the answer. As a first step, I'm trying to set up my own aggregation plugin to see what it generates. For now, I don't mind if the...

Replacing ```kotlin formatDependencies.dokkaPublicationPluginClasspathApiOnly.dependencies.addLater( project.provider { dependencies.create("dev.opensavvy.dokka.mkdocs:aggregator:$DokkaMkDocsVersion") } ) ``` by ```kotlin dokkaPlugin("dev.opensavvy.dokka.mkdocs:aggregator:$DokkaMkDocsVersion") ``` does trigger things to happen. Now I get each module index.md generated: ```sh $ tree docs/website/build docs/website/build...

Thanks @JakeWharton. If I understand correctly, you mean something conceptually similar to `java.io.LineNumberReader`? If so, could this feature be added to the library?

I'm thinking of multiple such projects but the only one I can mention is this: https://gitlab.com/opensavvy/cel-kotlin This is (or well, will be) a parser and interpreter for the CEL language....

Could it be possible to publish a version with this fix? Even if it's a `6.0.0-alpha.1` or similar, it doesn't have to be stable, I just can't depend on `-SNAPSHOT`...

This workaround doesn't seem to work for me. ``` Plugin [id: 'io.kotest.multiplatform', version: '6.0.0-20240905.065253-61'] was not found in any of the following sources: - Gradle Core Plugins (plugin is not...

Can someone who managed to get the workaround working explain what they did? It doesn't work for me, as I explained in my previous message :/