-
Gradle info:
```
voyagerVersion = "1.1.0-beta02"
kotlin.version=1.9.23
compose.version=1.6.10-beta02
compose-material3 = "1.2.1"
commonMain {
dependencies {
...
…
-
It would be nice to have this stunning library in the multiplatform compose to use it on all platforms :)
https://www.jetbrains.com/lp/compose-multiplatform/
-
I created a map with some markers on it:
```
GoogleMap(
modifier = Modifier.matchParentSize(),
cameraPositionState = cameraPositionState,
uiSettings = mapUiSettings,
onMapClick = {
},
)…
-
### SQLDelight Version
2
### IDE Version
IntelliJ IDEA 2023.2 (Community Edition)
### Dialect
SQLite
### Describe the Bug
IntelliJ IDEA 2023.2 (Community Edition)
Build #IC-232.8660.185, built…
-
Compose multiplatform is now in alpha - https://blog.jetbrains.com/kotlin/2023/05/compose-multiplatform-for-ios-is-in-alpha/ and we can all use it to simplify and reduce the maintenance costs of not j…
-
Hi,
Thanks for it, it's great. I'm just filling an issue cause currently we can't add auto-data-class in an existing jetpack compose project we always end up with the following error when trying to b…
-
### SQLDelight Version
2.0.2
### Application Operating System
iOS
### Describe the Bug
while running this cmd the build fails for iOS.
:shared:compileIosMainKotlinMetadata FAILED
### Stacktrace…
-
### Use case description
Main use case is about playing files inside APK with not only for example Uri:
`Uri.parse(("file:///android_asset/music.mp3"))`
But to be able to use files located in jar…
Woren updated
2 months ago
-
Dear @j2eeexpert2015,
While, thanks for the video
1. [Java Debugging in Docker: How to Use VS Code and Docker Compose](https://www.youtube.com/watch?v=-sWVDGTdyNw)
and
2. [Debug Flask inside Doc…
-
This is a bit complex to explain, but to summarise, the `WindowInsets` aren't consumed when it is called from a Nested Navigator (navigator.level > 0) on an iOS device with `ignoreSafeArea` set to `.a…