Adam

Results 337 comments of Adam

Yes, I think snakeyaml-engine-kmp will work well. Some notes * Since Kaml added a JS target, snakeyaml-engine-kmp added the [YAML test suite](https://github.com/yaml/yaml-test-suite) for all targets, and the behaviour is 100%...

Hi 👋 Personally I find the readme brief, but a little confusing. For example, there are several references to `transformData` https://github.com/mockative/mockative/blob/2a4a1811745c74108f8852c5a3da3eae1d41d5ad/README.md?plain=1#L118-L128 but because `transformData` isn't defined anywhere, I'm not clear...

thanks @oleksiyp, I will take a look! I think there's a way of 'mounting' a GitHub Secret as a file... There are a number of protections for GitHub Secrets, but...

@Raibaz Thanks for the reminder, I'll pick this up again, hopefully by the end of the week. Since I last looked at this [I set up automatic publishing for one...

@Raibaz as far as I can tell, this PR should be ready to go. Because I don't have access to the secrets or Sonatype Nexus I can't tell if it...

There's some more work to do to make the build modular, as there's still some cross-project dependencies (e.g. publishing to Maven in integration tests). #2704 really laid down the ground...

The next few tasks I see are: * Update some more Dokka properties to use the new [DokkaBuildProperties](https://github.com/Kotlin/dokka/blob/1acfb6051637c10034b09b3c15c562472fad68b3/build-logic/src/main/kotlin/org/jetbrains/DokkaBuildProperties.kt) * `dokka_version` https://github.com/Kotlin/dokka/blob/1acfb6051637c10034b09b3c15c562472fad68b3/build.gradle.kts#L15 * `dokka_publication_channel` and `dokka_publication_channels` - but @IgnatBeresnev can you...

I'm puzzled about what to do with [`ValidatePublications`](https://github.com/Kotlin/dokka/blob/1acfb6051637c10034b09b3c15c562472fad68b3/build-logic/src/main/kotlin/org/jetbrains/ValidatePublications.kt). It needs an update (it uses cross-project config so it's not compatible with project isolation, and it uses project at runtime which...

Thanks for the info @IgnatBeresnev. I've been digging around in the code and seeing the intended usage makes it more clear. Something else to note is that `ValidatePublications` was created...

Either merging this PR or #2652 first would work, but since there are fewer changes in #2652, and converting buildSrc to an included build is a more 'logical' upgrade, I...