Nikolay Igotti

Results 47 comments of Nikolay Igotti

> mocking can be done to any class in runtime. should we instrument all functions? what can be done better? Probably, for Native we could compile with a special option,...

We're looking on this issue.

To enable MPP please use `-Xmulti-platform` compiler option. But for build we'd recommend to use Gradle, not CMake.

Currently (for short period of time, we hope) it is somewhat problematic if you want IDE for Native-specific components, for common parts IDEA will work, and could be used in...

Regarding 23-parameters functions - guess this is will be fixed generally with https://youtrack.jetbrains.com/issue/KT-13764 in all Kotlin flavours. Regarding IR transformation, likely what you may need is somewhat a mix of...

Image viewer example has some code for localization.

Generally, while meaningful, not sure if it fully belongs to the UI framework scope.

@igordmn do you have an idea how we could support in MPP manner?

Same issue here. Would it be possible to release fixed 0.10.x or 0.11, as this issue is quite major one?

Indeed ability to conditionally invoke other contract iff its hash matches expectation + convenient mechanism of storing and updating expectation hashes looks like a nice feature.