Just grabbed `3.1.0` (thanks!) Am getting the fol...
# koin
p
Just grabbed
3.1.0
(thanks!) Am getting the following error. Is there a release of `io.insert-koin:koin-androidx-compose`as well (latest i'm seeing is
3.0.1
), or am I just missing an API change?
Copy code
@Composable
fun EntryDetailScreen(id: EntryId) {
    val viewModel = getViewModel<EntryDetailViewModel> { parametersOf(id) }
}
Type mismatch: inferred type is ParametersHolder but DefinitionParameters was expected
a
I’m checking on nexus
🙏 1
p
i'm looking for
3.1.0
then yes?
👌 1
j
looks like it's there now
🙏 1
🎉 1
🚀 3
a
yep