Christian Edward Jackson-Gruber
Christian Edward Jackson-Gruber
The bazel runner's deploy jar ends up in the external libraries list in the IDE and, because its dependencies are not repackaged, it ends up being a target for click-through...
In some contexts, you don't want kscript to print a "[ERROR] Execution of scriplet failed:" with the command output, since the error information is all supplied by the script. Either...
In some situations, notably in some package managers like hermit, which have installers which don't add the "kotlinc" binary so they won't have kotlin-native and kotlin-regular packages conflict, they end...
When running kotlin in IntelliJ, code that is generated in either ksp or kapt processors (e.g. dagger, or custom ksp) are not attached in a way that IJ can see...
Using ktfmt as a part of tooling can be very useful, but having in brew (and/or aptitude, etc.) for package installations on developer machines is pretty handy. Any chance someone...
While java_library/java_binary happen to use the full language name, many others use some abbreviation or suffix, such as cc_library, or py_library. While it's not a strict style requirement for bazel...
Update Kramer to more recent infrastructure, fix some warnings.
Allow the provision of transitively-accessed deps - needed to satisfy the graph, but not directly referenced in the project. This can be directly configured or maybe a pin-file. This file...
BOMs provide pure-metadata references which collect together a package of artifacts. They can be used to provide a single dep which "expands" into a whole set of fixed versioned artifacts....