rules_kotlin icon indicating copy to clipboard operation
rules_kotlin copied to clipboard

Bazel rules for Kotlin

Results 243 rules_kotlin issues
Sort by recently updated
recently updated
newest added

https://github.com/bazelbuild/rules_kotlin/issues/1024

Documentation is outdated regarding how to add compiler options.

rules_android has a work-in-process implementation that moves all of the Android rules our of Bazel core and into Starlark. Using this will allow us to drop the infamous "android sandwich"...

Prior to #842, kwargs were sent to the base android library rule. In that PR, one of the branches no longer contained it. This causes any target with resources/manifest not...

## Reproducible case https://github.com/meteorcloudy/my_tests/tree/master/rules_kotlin_test ``` $ bazel build //:bin INFO: Invocation ID: f643fade-db51-4d9b-82ae-25bdb900fa0f INFO: Options provided by the client: Inherited 'common' options: --isatty=1 --terminal_columns=240 INFO: Reading rc options for 'build'...

status: open - in progress

re: https://android-developers.googleblog.com/2023/12/ksp2-preview-kotlin-k2-standalone.html Switch for new KSP runner: https://github.com/google/ksp/blob/42217b8cbf11609d42eee71a607e4011904c6cd8/gradle-plugin/src/main/kotlin/com/google/devtools/ksp/gradle/KspSubplugin.kt#L403

* This allows plugins like KSP and KAPT to be composed with different configuration sets. Will be addressed in followup prs. * Has starlark tests! (It's almost not painful) Require...