-
### Describe the bug
The Android and iOS tests fail when adding a test within the `:sample:shared` module and use the `:check` command to run the tests. This is a major issue if we want to write plat…
-
Below are the steps:-
Check the multiplatform [branch](https://github.com/bumble-tech/appyx-starter-kit/tree/multiplatform)
Add a few resources into the .
Now change UI code load the Ima…
-
Hey during using this awesome library, I noticed a thing that bugs me a bit.
a parser rule that has multiple options
```
document: rule EOF;
rule
: OPTIONA
| OPTIONB;
```
generates int…
-
I really like the approach in this repo. I'm curious what a build process would look like that had express serving the compiled vite client project while also providing the api backend.
-
Can we configure which file picker to use on Windows?
We now have the smaller variant, but there is also a bigger one including a sidebar. I would prefer to use that one.
-
**Error 1**
unable to use oidcBearer in install(Auth) config
```
Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:
public fun Auth. oidcBe…
-
Trying to build your project. Getting this error on gradle sync `Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'main' for SourceSet container of type org.gradle.api.i…
-
-
Due to unreliability of jitpack.io repository (https://github.com/jitpack/jitpack.io/issues/5239) I wanted to ask if it is possible to publish somewhere else, like maven central or anything. Our build…
-
### Is your feature request related to a problem? Please describe.
When can we see the upgrade of the kotlin plugin to use Ktor 2.x.x ?
It's the LTS version now.
I noticed that the following PR…