meenbeese / Chronos

A simple alarm clock focused on simplicity, usability and modern design.
Apache License 2.0
66 stars 2 forks source link

Enable non Transitive RClass parameter #41

Closed Jean-BaptisteC closed 7 months ago

Jean-BaptisteC commented 7 months ago

Actually, when we call resources from libraries, sometimes we can take other resources in apk not necessary because we don't have give full path of resources.

With non-Transitive R Class, we are obliged to specify the full path of libraries resources, but we can reduce build time.