Sebastian Aigner
Sebastian Aigner
This updates Kotlin to 1.6 and other libraries accordingly. It also removes the `@ExperimentalCoroutinesApi` annotation, because the library actually isn't using any experimental coroutines APIs! This change also suppresses a...
`$version` is a variable that's actually already in scope in the dependencies block from the `ProjectDelegate` of Kotlin's DSL. That means that simply copy-pasting the snippets in the README are...
Multiple long roads in a proposal crash the the frontend with the error message 'New meshes too big for one queue'.  Log: ``` .cache\.cargo-web\loader-00d3b24fbde79adc57e6084c0e6d5441.js:542 panicked at 'New meshes too...
When selecting a proposal and immediately afterwards using the down-arrow key to move the city view down, the proposal selector still has focus, captures the input, opens the dropdown menu,...
If I uncomment the `useCommonJs` directive from my `build.gradle.kts` file like so: ```groovy target { browser() //useCommonJs() } ``` The project is no longer able to compile: ``` Main.kt: (2,...
Reproducable with experimental `ImageViewer` project. Resize the window in the gallery view while having the cursor at the height of the preview image, and sometimes, it'll trigger the transition to...
Opening a CMP project (like [the template](https://github.com/JetBrains/compose-multiplatform-template)) in Android Studio, I regularly get this message: ``` Path [/Users/Sebastian.Aigner/Desktop/github/compose-multiplatform-template2/shared/src/commonMain/resources] of module [My_application.shared.commonMain] was removed from modules [My_application.shared.main] ```
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug The following valid Kotlin code: ```kotlin fun fromString(s: String): Passport...
On iOS, when there is a scroll view (e.g. in the Mail App or in Safari), tapping the status bar (where the clock etc is located) scrolls to the top...
https://support.apple.com/en-gb/guide/iphone/iphd4ea90231/ios 