Victor Turansky
Victor Turansky
Repositories in `dependencyResolutionManagement` = failed build [Build](https://github.com/turansky/yfiles-kotlin/actions/runs/1172675407) [Change](https://github.com/turansky/yfiles-kotlin/commit/b6c700cc1fbb4807749ecaac8c58615236af0f00) - `idea-plugin` folder
Part of #1681
### API #### Current ```kotlin val Select: FC ``` #### Future (draft) ```kotlin external fun interface Select: FC ``` ### Usage #### With multireceivers ```kotlin Select { value = "42"...
### Problem Dukat crete declarations in root package: * Non-Kotlin way * Name colisions between generated declarations * Copied declarations [with fixed package](https://github.com/burrunan/gradle-cache-action/blob/b4f06dbbf9eec1ffd0e1bbe1914a8a562830552f/wrappers/actions-cache/src/main/kotlin/actions/cache/options.module_%40actions_cache.kt#L19) ### Solution | NPM package | Kotlin...
Even [global variables](https://github.com/Kotlin/kotlinx-nodejs/blob/bf078904d592de4bcb4a0b4808034110700b0165/kotlinx-nodejs/src/globals.module_node.kt#L2) must have package `process`, `module` - very common names :(
[Migration guide](https://ktor.io/docs/migrating-2.html)
React 18: * `react.dom.render` -> `react.dom.client.createRoot` Emotion (instead of `kotlin-react-css`): * `react.css.css` -> `emotion.react.css`
- [x] #1939 - Add version extension ### Convert root build script - [x] #1969 - platform util - [x] #1977 - plugin versions in `settings` - [x] #1984 -...