You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
End-to-End Tests for interaction with the native android rules.
Test app for validating the intellij and android studio plugins.
Farming issues with the rules that need to be made for android. This include discovering new macros that might be needed.
Must:
Exercise all appropriate rule orchestrations between the kt_jvm_* and the android rules.
Stay within the android SDK as much as possible, we don't add the entire universe as external (maven) deps -- if we need a lot of external deps we should consider bazel-deps or spotify/bazel-tools.
Use an external version of the android SDK --e.g., http_archive.
Wire up the android SDK in a way so that the recommended SDK version is used with the recommended Bazel version for CI testing -- in other words build flags, config settings and select.
(in addition to android studio) be compilable and navigable in intellij CE or ultimate, at least the Kotlin code.
Work without an IDE (this one might be obvious, but for all I know there is coupling with android studio).
The text was updated successfully, but these errors were encountered:
@davidstanke I'll assign this to you since I don't do any android development internally. I doubt much nitty gritty rule development work needs to occur, we might end up with some android specific macros.
@cgruber are you interested in taking a stab at this one ? If we do need to add android specific macros all design questions will probably go to you.
Note:
java_import
See this issue in the old rule repo and upstream issue.java_import
drops kotlin inline code but will be addressed by this.Purpose:
Must:
bazel-deps
orspotify/bazel-tools
.http_archive
.select
.The text was updated successfully, but these errors were encountered: