Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make loading the kotlinc repository lazy #1126

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

restingbull
Copy link
Collaborator

@restingbull restingbull commented Mar 8, 2024

  • Also, cleanup the imports of libraries to be easier to reason about.
  • .klib remains an open question. Will need ot address in the near future.

fixes #1106

restingbull and others added 6 commits March 26, 2024 22:37
* Also, cleanup the imports of libraries to be easier to reason about.
* .klib remains an open question. Will need ot address in the near future.
fixes 1106
…tions (#1105)

* Fix non-bzlmod, format

* Centralize plugin providers, add plugin option provider

* Add rules testing

* First pass, tests fail

* [kt_compiler_plugin] Add kt_plugin_cfg for reusuable and composable options

* Example of using ksp without leveraging kapt architecture

* Remove MODULE.bazel.lock
@restingbull restingbull force-pushed the restingbull/1106-move-capabilities-to-separate-repo branch from 94f6b76 to 4e5b5cb Compare March 27, 2024 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bzlmod: kotlin compiler is unconditionally downloaded
2 participants