Sujan Poudel

Results 6 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.