yatatsu / AutoBundle

AutoBundle generates boilerplate code for field binding with android.os.Bundle
Apache License 2.0
135 stars 13 forks source link

AndroidX Support #30

Closed tobiasrohloff closed 5 years ago

tobiasrohloff commented 6 years ago

This library is unfortunately not usable with AndroidX, mainly because some annotation imports like android.support.annotation.NonNull cannot be found anymore with the new namespaces for the generated classes.

yatatsu commented 5 years ago

Sorry for late reply. I will try it in a few days.

yatatsu commented 5 years ago

@tobiasrohloff We release the version 5.0.2. It includes AndroidX. Thanks!

tobiasrohloff commented 5 years ago

Works great, thank you!