Currently, hilt-extensions is an android library, which prevents it from being used in non-android modules.
From what I can see, this library only contains a bunch of annotations, it has no Android references. Could we turn it into regular java library?
Currently,
hilt-extensionsis an android library, which prevents it from being used in non-android modules.From what I can see, this library only contains a bunch of annotations, it has no Android references. Could we turn it into regular java library?