Hello y'all, are there any known issues with kotli...
# kotlin-inject
j
Hello y'all, are there any known issues with kotlin-inject 0.6.3 and kotlin 2.0.0? After upgrading to 2.0.0 (ksp too) I'm getting this error:
e: [ksp] Cannot find an @Inject constructor or provider for: Function1<kotlin.Function1<kotlin.Long, kotlin.Unit>, kotlin.Unit>
It's related to a compose binding:
Copy code
public typealias SomeScreen = @Composable ((id: Long) -> Unit) -> Unit

@Inject
@Composable
public fun TrendingScreen() {...}
e
Not particularly, though I don't imagine it's been tested much. There is a pr up on the repo that's running on 2.0.0 though. Feel free to file an issue with a reproduction sample
j
Sure, is there some way I can provide more debug info?
e
A simple sample project would be ideal
👌 1
j
e
Hope to get a response from ksp about this issue here
🙏 1