-
**Environment:**
Jmix version: 1.1.1
Jmix Studio plugin version: 1.1.4-213
IntelliJ version: IntelliJ IDEA 2021.3 (Ultimate Edition)
OC: Windows 10
npm version: 7.20.3
**Attachments regardin…
-
**Describe the bug**
The `inject()` function can't be resolved in a multiplatform project.
**To Reproduce**
Steps to reproduce the behavior:
1. Add the custom repository to the top level `build.…
azurh updated
4 years ago
-
In my case I have an android project with a K/N submodule and for jvm it works fine (I shouldn't do anything, it just works). For iOS I want to use CocoaPods (kotlin.native.cocoapods plugin) to get th…
-
**Build Environment**
SQLDelight version: 1.4.1
OS: macOS 10.15.6
Gradle version: 6.6
Kotlin version: 1.4.0
IDE: Android Studio 4.0.1 and IntelliJ IDEA 2020.2
AGP Version (if applicable): 4.0.1
…
-
log:
```
com.intellij.diagnostic.PluginException: While loading class com.github.izhangzhihao.rainbow.brackets.action.ScopeOutsideHighlightingRestrainAction: com/github/izhangzhihao/rainbow/brackets…
-
I have an issue with my Kotlin Multiplatform project, I created my data models in a shared project (in my github example i called this Concurrency), then when i run this in my iOS project and access t…
-
Every time I make a change in my Kotlin mpp common project and recompile, it takes about 10 minutes. If I make a change in the Android project and recompile, it takes only a few seconds. The Android p…
-
After updating XCode it seems like compilation towards iOS fails. Here is the log:
```
$ ./gradlew packForXcode
> Configure project :common
Kotlin Multiplatform Projects are an experimental fe…
-
Hi!
I'm trying to integrate moko-mvvm for iOS. Unfortunately, integration instructions are not clear for me. In commercial project we have Kotlin Native Multiplatform engine for several years. On K…
-
In an MPP project I had some `annotation class MyAnnotation(val myfield: Int)`, and then one unreferenced function in common `fun myfunc(annotation: MyAnnotation): Int { return annotation.myfield }`. …