Anton Pogonets

Results 7 comments of Anton Pogonets

Is it planned to make some kind of safe interop with java? For example, if you export `UInt` to java you can simply divide or compare them as `int` without...

@mquigley @cretz I understand how it works and how it look in bytecode, but have issues with current implementation. Where is a proper place for discuss such issues? For example:...

@zarechenskiy I understand overloading issue when type is inlined. But mangling leads to another issue in kotlin java interop. For example we have mixed project with java/kotlin/c and want to...

Sounds reasonable thanks

Hey folks. Do you have some progress on this? @halilozercan what do you think about adding an external dependency for such a thing? For example this one https://github.com/SnipMeDev/KodeView?

You can customize ImageLoader through internal coil mechanism without any changes in library > The singleton ImageLoader can be configured by implementing ImageLoaderFactory on your Application class.

For me it works with `adb logcat -v brief` as described here https://stackoverflow.com/a/43679819/1430599 First option doesn't work