Nick Korostelev

Results 43 comments of Nick Korostelev

https://github.com/bazelbuild/rules_kotlin/issues/509#issuecomment-991282850

@restingbull I tested it internally with our modifications to the plugin but this is still an issues unfortunately

This issue should be refactored to call out only the Kotlin rules. Sorry, I did in fact notice that when using `_deploy.jar` in Java it does the right thing. However,...

For more context, there is a similar change in bazel core here: https://github.com/bazelbuild/bazel/commit/30dd8715847e4c797cd28da13e14eab7721b518d For us we needed this following change: https://github.com/bazelbuild/bazel/pull/15978 Which allowed us to add the following `.bazelrc` to...

Got a reply from Kotlin team in some offline conversation, I'm going to add it here for context: > We're using multithreaded Kotlin compilation quite extensively, particularly via Kotlin compiler...

another potential related issue: https://github.com/yousseb/meld/issues/102

@keertk I think this fix is still needed. @ThomasCJY to confirm