https://kotlinlang.org logo
e

evant

09/23/2022, 5:41 AM
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

eygraber

09/23/2022, 5:55 AM
I'm not currently using it, but it would be helpful to see the new way of doing things in the readme
d

dave08

11/30/2022, 11:39 AM
@eygraber It's in this issue in the meantime, it seems: https://github.com/evant/kotlin-inject/issues/164#issuecomment-1206903609
9 Views