Burak Eregar

Results 4 comments of Burak Eregar

That would be a good enhancement! If you would like to contribute to the project, please feel free to create a PR. Otherwise, I will try my best to implement...

You are right, a better data structure can be used here. Will work on this as part of v2 developments. Thanks @abdurahmanadilovic

What do you mean by it does not work? Can you please provide more details?

I am having the same issue. I have got a very simple sealed class like below which is located in shared/src/commonMain/kotlin/com/.. ``` sealed class ResultType { data class Success(val value:...