-
[**URL of codelab**](https://developer.android.com/codelabs/basic-android-kotlin-compose-text-composables?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-uni…
-
I created a Compose desktop app template with the Jetbrains wizard and then just added a ProGuard configuration block to the build.gradle.kts
```
buildTypes.release {
proguard {…
-
**URL of codelab:**
https://developer.android.com/codelabs/basic-android-kotlin-compose-getting-data-internet?hl=fr&continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-…
-
In a way it feels extra to have those functions as composable. Since it is multiplatform, one might not want compose, maybe they have [React](https://kotlinlang.org/docs/js-react.html) and now they wi…
-
https://blog.jetbrains.com/platform/2024/07/intellij-platform-gradle-plugin-2-0/
https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html
https://plugins.jetbrains.com/…
-
How can I achive to include Jetbrains compose resources to be part of the generated SPM in a KMP project with `composeResources/files` folder, just like described here: [Raw files](https://www.jetbrai…
-
[Screen_recording_20241011_171946.webm](https://github.com/user-attachments/assets/233a7f13-97dd-4ddb-ad22-0d4b22c625a2)
I am getting a configuration error message. The error message states:
Som…
-
It'd be nice to have this app released as a [Flatpak](https://www.flatpak.org/), so that it could be used even on immutable Linux distros.
-
**URL of codelab:**
https://developer.android.com/codelabs/basic-android-kotlin-compose-getting-data-internet?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compos…
-
Hey Erik,
thanks for your cool youtube Videos!
Whenever I run ./gradlew build I do get an NP-Exception at the task: compileIosMainKotlinMetadata.
Is this reproducible on your end?
Best regards,
p…