-
Notifications
You must be signed in to change notification settings - Fork 15.6k
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
Updated to latest rules_kotlin #13830
Conversation
@sgowroji I think the c++ code just happen to have similar names but it's in fact irrelevant to the breakage, you'll need to update rules_kotlin instead. |
Oh okay. @meteorcloudy Thanks for information. |
@@ -199,12 +199,12 @@ FileGenerator::CommonState::CollectMinimalFileDepsContainingExtensionsInternal( | |||
CollectMinimalFileDepsContainingExtensionsInternal(dep); | |||
|
|||
// Everything the dep covered, this file will also cover. | |||
transitive_deps_collector.insert(dep_info.transitive_compile_time_jars.begin(), | |||
dep_info.transitive_compile_time_jars.end()); | |||
transitive_deps_collector.insert(dep_info.transitive_deps.begin(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Reverting this PR until there is release from rules_kotlin |
@meteorcloudy Can you please review. Thanks! |
Merged at cl/563772250 |
Updated to latest rules_kotlin