-
https://kotlinlang.org/docs/js-running-tests.html
https://jestjs.io/docs/tutorial-react
Also we should check react warnings in tests (and fix those that are already present): https://www.benmvp.co…
-
Hello 👋
I updated my multiplatform project to kotlin `1.4.10`. During migration I follow
https://kotlinlang.org/docs/reference/migrating-multiplatform-project-to-14.html
I need to inform that Ko…
-
There is an inconsistency between a native Android project vs a Flutter-Android project in how the emulator is launched from within Android Studio.
- In a **Native Android** app, clicking the **Run…
-
Any thoughts on supporting the IR compiler, I have a local copy of 1.4.1 and it was rather minimal changes required to get IR support for JS. Haven't tested everything so not sure if it would break so…
-
snapshot: 4.6.0.166-SNAPSHOT.
Sample code for reproducing the issue: https://github.com/ashishkujoy/kotlin-js-jvm-library
-
Following error occurs while archieving an iOS target:
```
> Task :common:generateCommonMainConsumerDeviceDatabaseInterface UP-TO-DATE
> Task :common:compileKotlinIosArm64 UP-TO-DATE
> Task …
-
### Prerequisites
- [x] I am running the latest version
- [x] I checked the documentation and found no answer
- [x] I checked to make sure that this issue has not already been filed
### Expect…
-
## Observed Behavior
I just added ktlint to my app and it fails with this exception:
```
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of tas…
-
Trying to upgrade my project to 1.6.20 causes the iOS (but not Android) executable to fail. It complains
```
> Task :mobilemanegesharedmodule:linkDebugFrameworkIos FAILED
e: The symbol of unexpecte…
-
According to the Navigo documentation the `done` function that is present in certain hooks should be able to accept an argument:
> The before hook receives two arguments. The first one is a functi…