facebook / buck

A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages.
https://buck.build
Apache License 2.0
8.56k stars 1.16k forks source link

Kotlin library ABI jar sometimes not available for friend_paths config #2614

Closed jbarr21 closed 3 years ago

jbarr21 commented 3 years ago

In some cases, the Kotlin ABI jar will not be available in order to be used to configure the friend_paths.

If the ABI jar target exists (which it always does for Kotlin), then shouldn't we just add a required rule so that we can wait for it to be generated instead of falling back to the original non-ABI source jar?

KapJI commented 3 years ago

If you're feeling that would be useful, please submit a PR 🙂