Hey all! Explicit assisted injection is merged in ...
# kotlin-inject
e
Hey all! Explicit assisted injection is merged in and I would like some feedback on how it goes before publishing it officially. Can anyone using assisted injection try pointing to the SNAPSHOT version and let me know how well it works and how easy it is to follow the warnings to migrate?
Copy code
repositories {
    maven { url = uri("<https://oss.sonatype.org/content/repositories/snapshots>") }
}

dependencies {
    ksp("me.tatarka.inject:kotlin-inject-compiler-ksp:0.5.2-SNAPSHOT")
    implementation("me.tatarka.inject:kotlin-inject-runtime:0.5.2-SNAPSHOT")
}
👍 1
e
I'm not currently using it, but it would be helpful to see the new way of doing things in the readme
d
@eygraber It's in this issue in the meantime, it seems: https://github.com/evant/kotlin-inject/issues/164#issuecomment-1206903609