Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Tentatively, the annotation should be something use-case-specific like @OutlinedNewApi
that allows alternative build systems (e.g. not R8/D8) to make their own decisions. We'll provide a default Proguard configuration for R8, but it's not guaranteed this will work as intended -- outlining is automatic in newer versions, but it may be disabled.
Description
cmd package compile
takes several arguments that we don't currently use -Do we need to think about how we'd expose these via APIs?
Currently, e.g. CompilationMode.Speed is an object, so can't take arguments. We should verify that's what we want.