sczerwinski / android-hilt

Extensions for Dagger Hilt
https://czerwinski.it/projects/android-hilt/
Apache License 2.0
47 stars 1 forks source link

Turn hilt-extensions into regular java library #384

Open matejdro opened 1 month ago

matejdro commented 1 month ago

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?

sczerwinski commented 2 weeks ago

These extensions could be useful for Dagger projects as well. Unfortunately, I'm a bit busy with other work right now.

Would you like to create a pull request with these changes, @matejdro?

matejdro commented 2 weeks ago

Yes, I can try my hand at the pull request. But I can't promise on any dates, it might take a while.