Ilya Bogdanovich
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.
I also observe these crashes after migrating from v9 to v10.
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 :(
Hi @andymagee, thanks for the comment! Yes, `AndroidKotlinTemplateContextType` is meant to be used by any Android template-related code, so it makes sense to move it to a more generic module,...
OK, great! Would you be able to merge it into the Android Studio codebase? And I'll merge it into our `master` then :)