Marc Plano-Lesay
Marc Plano-Lesay
I have two displays (a 5.83" and a 2.13", both bw+r), as well as two driver boards: the one that came with the 2.13" display, without a revision number (but...
Recent versions of Android (a few years) support automatically switching from a dark to a light theme depending on the time of the day (e.g. dark at night, light in...
What version are you currently using? 1.1.2 What would you like to see? Right now, only klib (IR representation) artifacts are published for Kotlin/JS artifacts (e.g. https://repo1.maven.org/maven2/io/arrow-kt/arrow-core-js/1.1.2/). The IR back-end...
For Kotlin/JS (and Kotlin/Native, but I guess not Kotlin/JVM), JetBrains created a new dependency format for modules built with the IR back-end, klib - https://kotlinlang.org/docs/native-libraries.html#library-format Some projects (e.g. arrow-kt) are...
Following Dagger's recommended [Hilt integration](https://github.com/google/dagger/blob/78438d562499115cc7b722c7505a4e08a953fa1d/workspace_defs.bzl#L146-L245), when using this `android_library` target with the following Java class, the code generation runs fine: ``` android_library( name = "app", srcs = ["SampleApplication.java"], manifest =...
Most of the `BUILD.bazel` files bundled in the release artifact are not defining any of the `bzl_library` targets, making documenting macros re-using rules_kotlin definitions tricky.
The targets printed [here](https://github.com/bazelbuild/rules_kotlin/blob/09b6f5d87906cdffe82a0b2e24709f2311a2721d/src/main/kotlin/io/bazel/kotlin/builder/tasks/jvm/JdepsMerger.kt#L104-L106) are inexistant (at least for Android), they seem to have a `_kt` suffix - added [here](https://github.com/bazelbuild/rules_kotlin/blob/master/kotlin/internal/jvm/android.bzl#L36). It doesn't seem to be an issue for other rules,...
Copy-pasting from #487 that has been closed for inactivity, but is still an issue as of today: > ### Prerequisites > I found [an existing issue](https://github.com/mockk/mockk/issues/239) though it looked fixed......