Ilya Bogdanovich

Results 8 comments of Ilya Bogdanovich

Absolutely agree. Security, which defends from nothing but makes a lot of pain for users. I thought only banking security officers doing such a BS. Also absolutely weird thing: to...

меж тем уже 3-е августа, а нового релиза все нет, и ошибка `Can't transform infinite screen point into world point` все еще стреляет.. есть ли смысл ждать исправления?

Ok, thanks for clarifying! I will check the pitch and stay with reflection at the moment.

In my case I don't remove any initialization providers, so the solution above won't help I believe. Merged manifest file also looks fine IMO: ``` ``` I still didn't receive...

Unfortunately, solution from @leanh128 didn't help me either. Currently using 10.14.0-beta.1.

I'm facing the same issue with Kotlin 1.8.0+ (1.8.20 as well). Here is an even shorter example: ``` @JvmInline value class Data(val v: Long) interface Producer { suspend fun produce():...

Are there any updates? The issue prevents us from designing clean APIs, as we have to adjust them to avoid value classes in return types. This isn't very pleasant :(