Skip to content

Commit c3c06cc

Browse files
authored
Merge pull request #35 from jarroyoesp/feature/update-deps
Update Dependencies - Compose 1.9.0, androidTargetSdkVersion 36
2 parents 8660b9c + 9b32de3 commit c3c06cc

File tree

48 files changed

+7055
-6897
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+7055
-6897
lines changed

.github/ci-gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ org.gradle.daemon=false
22
org.gradle.workers.max=2
33

44
kotlin.incremental=false
5-
kotlin.compiler.execution.strategy=in-process
5+
kotlin.compiler.execution.strategy=in-process
6+
kotlin.native.ignoreDisabledTargets=true

.idea/compiler.xml

Lines changed: 70 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![CI-MASTER](https://github.com/jarroyoesp/ComposeMultiplatformApp/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/jarroyoesp/ComposeMultiplatformApp/actions/workflows/ci.yml)
22
[![Latest release](https://img.shields.io/github/v/release/JetBrains/compose-multiplatform?color=blue&label=Compose%20multiplatform)](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.8.2)
3-
![Kotlin Version](https://img.shields.io/badge/Kotlin-2.1.20-blue?logo=kotlin&logoColor=white)
3+
![Kotlin Version](https://img.shields.io/badge/Kotlin-2.2.10-blue?logo=kotlin&logoColor=white)
44
<div align="center">
55
<img alt="Compose multiplatform charts" src="./screenshots/compose_multiplatform_logo.png"/>
66
<h1>🚀 Example project to show SpaceX data built with Kotlin Multiplatform and Compose UI Multiplatform</h1>

0 commit comments

Comments
 (0)