Adam
Adam
thanks for checking @IgnatBeresnev, I didn't realise that was the problem. I set the toolchain for Dokka to use Java 8 because that matches the existing `jvmTarget` https://github.com/Kotlin/dokka/blob/ded804e5772399f1495016d598573cb20b673b58/build.gradle.kts#L33 If I...
@IgnatBeresnev Do you know why the jvm-version is set to 12 in the example workflows? https://github.com/Kotlin/dokka/blob/2e78b7b79579ee6ed502e2985cbfdf5bb701abee/.github/workflows/gh-actions-artifacts-snapshots.yml#L21
> We can set `jvmTarget` to 8 in the kotlin convention + the gradle plugin, but run the whole project with java 11 - I don't mind that. Adding the...
@IgnatBeresnev By the way, good job on the GitHub labels! They look really smart, and they're helpful.
I will take a look! I'm not very familiar with the Shadow plugin, but it looks like there are a few issues relating to `shadowRuntimeElements` https://github.com/johnrengelman/shadow/issues?q=shadowRuntimeElements What might be a...
Moved to new independent PR: https://github.com/Kotlin/dokka/pull/2834/
> 👍 I also thought about using typealiases to mitigate the breaking changes. > > I would still postpone this PR until we have some other breaking changes that require...
The point of tests was to verify that the random generation of a single IBAN didn't affect subsequent ones. It's the code that's bad, not the tests 😅. I've opened...
I don't use this app a whole lot, so my answers might not be definitive. > 1. How consistently does this occur for you? Every time > Are the controls...
Ah thanks, I didn't know there was a new version. I still have exactly the same issue unfortunately. Even if the issue isn't fixed, I think the plugin should make...