Sujan Poudel

Results 24 comments of Sujan Poudel

Hey, currently there is no way to do it, If you want to add this feature yourself, you can look into [`WheelView.kt`](https://github.com/psuzn/WheelView/blob/master/WheelView/src/main/java/me/sujanpoudel/wheelview/WheelView.kt) and modify it a bit to add support...

Maybe the jetpack is down, it has been happed a few times in the last couple of weeks.

I'm curious, multi-module resources are not supported yet, are they? @rustamsmax

Been doing some poking around and the issue lies in `FunctionMatcher.WithParameters.match(CallableDescriptor)`, where it compares the `encounteredParamTypes` and `parameters`. If we configure it to forbid method call `kotlin.error(kotlin.Throwable)`, it results in:...

yeah, that would be bad, but in this case, if I want to forbid `food(Throwble)`; rather than checking the signature of the destination method being called we could compare the...

We might be better off with a specific rule.

@russhwolf, any update on this?

This would certainly be useful. I’ve created a simpler version of this and would be happy to contribute if you decide to include it in the pipeline.

It is not available publicly yet. I'm working on a simple multiplatform app that will eventually be public.

I finally published my app and here is the link to my [implementation](https://github.com/psuzn/Play-Deals/blob/develop/shared/src/commonMain/kotlin/me/sujanpoudel/playdeals/common/utils/settings/PseudoObservableSettings.kt). Besides this, I also ended up adding some [extensions to support stateflow](https://github.com/psuzn/Play-Deals/blob/develop/shared/src/commonMain/kotlin/me/sujanpoudel/playdeals/common/utils/settings/CoroutineExtensions.kt). I can contribute these back...