Adam
Adam
Part of #4085
When I build Kotest I see a lot of warnings printed to the console. There are too many to be able to determine if any are significant, or any are...
`buildConfigDocs` was added 4 years ago, but it is non-functional and not properly configured. https://github.com/kotest/kotest/blob/7b4fe302109915a9c3d465ab35af82cacb1aefce/kotest-framework/kotest-framework-api/build.gradle.kts#L43-L49 - It is supposed to update `config_props.md` files, but it's not triggered by anything. (Replace...
### Expected Behavior Java Toolchains can be used as optional task inputs. ### Current Behavior (optional) Java Toolchains cannot be used as optional task inputs. ### Context > How has...
Currently the .api dumps have no description. Their purpose is unclear to anyone not familiar with BCV, and there's no easy way to discover that they are created by BCV....
Unfortunately the `@Language` injection workaround doesn't play well in regular projects. The `org.intellij.lang.annotations.Language` defined by Parsus 'overrides' the official one provided by java-annotations, and because Parsus' is marked as `internal`,...
Hi 👋 - some minor fixes for the README - Remove the `-jvm` suffix for the Gradle dependency - thanks to Gradle magic the `-jvm` is only required for Maven....
Sets the [custom-time](https://cloud.google.com/storage/docs/metadata#custom-time) when adding or creating a cache entry, which will allow for a more optimal expiration policy. Resolves #47 I'm not sure how to test this. Please could...
Gradle uses an embedded version of Kotlin. Gradle Plugins should not expose a different version of Kotlin as a dependency, to avoid causing conflicts with other Gradle Plugins. https://docs.gradle.org/8.8/userguide/kotlin_dsl.html#sec:kotlin Also,...
I downloaded the [Kotlin/C++ JNI Library example](https://docs.nokee.dev/samples/kotlin-cpp-jni-library/) and updated it to use Gradle 8.8, Kotlin 1.9, and the latest Nokee plugins, but it fails with an error. ``` An exception...