Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Lazy and Provider inject support #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bitlinker
Copy link

@bitlinker bitlinker commented Jan 7, 2024

Addresses issue #2.

Syntax:

class Foo @Inject constructor(
    val lazyString: Lazy<String>,
    val intProvider: () -> Int,
)

@bitlinker bitlinker changed the title Added Lazy and Provider injects support for #2. Added Lazy and Provider injects support. Jan 7, 2024
@bitlinker bitlinker changed the title Added Lazy and Provider injects support. Added Lazy and Provider injects support Jan 7, 2024
@bitlinker bitlinker changed the title Added Lazy and Provider injects support Added Lazy and Provider inject support Jan 7, 2024
@ber4444
Copy link

ber4444 commented Jun 3, 2024

Is this repo still maintained? Could you merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants