Vladimir Tagakov

Results 6 issues of Vladimir Tagakov

Feature is hidden behind the `deleteAllNonPublicAbi` option. Without it set to `true` behavior doesn't change. [KT-28705](https://youtrack.jetbrains.com/issue/KT-28705) The original issue suggests generating two different ABI jars: 1) friend abi 2) non-friend...

In IDEA 2019+ multiple-src-files can be compiled, but all references to functions from different files are red. In IDEA 2018 everything works as expected.

At the moment all `internal` declarations treated as `public` and end up in the `abi.jar` significantly increasing the instability of ABI. Meaning that adding an `internal` function or a class...

Compiler

These two code snippets have different abi: ```kotlin //file test.kt private fun funToBeRemoved() = Unit class Class ``` and ```kotlin //file test.kt class Class ``` It happens because of two...

Compiler

# Design Proposal: Add trim-line paint property to LineLayer ## Motivation I have a route-line which is being erased by the car moving along it, the thing you can see...

When using native engine (enabled by default on my system) QR decomposition seems so be returning reduced matrices. When switching to kotlin engine via `Multik.setEngine(KEEngineType)` it returns full Q and...

bug
jvm
native