Skip to content

Commit

Permalink
Updated Compose Multiplatform version to 1.5.11 (#7)
Browse files Browse the repository at this point in the history
* Updated Compose Multiplatform to 1.5.11

* changed badges place

* changed badges place

* changed badges place

* changed badges place

* changed badges place

* changed badges place
  • Loading branch information
ferranpons authored Nov 27, 2023
1 parent 5fb0ee0 commit 0734841
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
Description: The first Open Source Template with all boilerplate code needed to quickly create Kotlin Multiplatform Applications.
Author: Multiplatform Kickstarter
-->
**ROADMAP**: Checkout the board with the progress done for the template [here](https://github.com/orgs/MultiplatformKickstarter/projects/6).
<br><br>

[![Build](https://github.com/multiplatformkickstarter/kmp-template/actions/workflows/basic.yml/badge.svg)](https://github.com/multiplatformkickstarter/kmp-template/actions/workflows/basic.yml)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.9.20-blue.svg?style=flat&logo=kotlin)](https://kotlinlang.org)
![badge-android](http://img.shields.io/badge/platform-android-6EDB8D.svg?style=flat)
![badge-ios](http://img.shields.io/badge/platform-ios-6EDB8D.svg?style=flat)
![badge-desktop](http://img.shields.io/badge/platform-desktop-6EDB8D.svg?style=flat)

<img src="config/images/multiplatform-kickstarter-logo.png" align="left" height="128px" />
<img align="left" width="0" height="128px" hspace="10" />
Expand All @@ -26,6 +30,7 @@ The first Open Source Template with all boilerplate code needed to quickly creat
<!-- Badges End -->

<br/><br/>

<p align="center">
<b><a href="#about">About</a></b>
|
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ multiplatformkickstarter.android.minSdk = 26
multiplatformkickstarter.android.targetSdk = 34

multiplatformkickstarter.version.major = 1
multiplatformkickstarter.version.minor = 0
multiplatformkickstarter.version.minor = 1
multiplatformkickstarter.version.patch = 0
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
kotlin = "1.9.20"
ktor-client = "2.3.3"
ktor-server = "2.3.2"
ktor-client = "2.3.6"
ktor-server = "2.3.6"
multiplatform-settings = "1.0.0"
voyager = "1.0.0-rc08"
voyager = "1.0.0-rc10"
koin = "3.5.0"
koin-compose = "1.1.0"
junit = "4.13.2"
androidGradlePlugin = "8.1.4"
composeMultiplatform = "1.5.10"
composeMultiplatform = "1.5.11"
compose-compiler = "1.5.4-dev-k1.9.20-50f08dfa4b4"
exposed = "0.37.3"
skiko = "0.7.85"
skiko = "0.7.85.4"
ktlint = "11.5.1"
detekt = "1.23.1"
kotlinx-coroutines = "1.7.3"
Expand All @@ -33,7 +33,7 @@ multiplatform-settings-serialization = { module = "com.russhwolf:multiplatform-s
multiplatform-settings-test = { module = "com.russhwolf:multiplatform-settings-test", version.ref = "multiplatform-settings" }
skiko = { module = "org.jetbrains.skiko:skiko", version.ref = "skiko" }
skiko-macos-arm64 = { module = "org.jetbrains.skiko:skiko-awt-runtime-macos-arm64", version.ref = "skiko" }
ktor-client = "io.ktor:ktor-client-core:2.3.3"
ktor-client = "io.ktor:ktor-client-core:2.3.6"
kamel = "media.kamel:kamel-image:0.7.1"
kmp-settings = "com.russhwolf:multiplatform-settings-no-arg:1.0.0"
kermit = "co.touchlab:kermit:2.0.0-RC5"
Expand Down Expand Up @@ -101,7 +101,7 @@ exposed-core = { module = "org.jetbrains.exposed:exposed-core", version.ref = "e
exposed-dao = { module = "org.jetbrains.exposed:exposed-dao", version.ref = "exposed" }
exposed-jdbc = { module = "org.jetbrains.exposed:exposed-jdbc", version.ref = "exposed" }

kotlinx-html-jvm = "org.jetbrains.kotlinx:kotlinx-html-jvm:0.8.1"
kotlinx-html-jvm = "org.jetbrains.kotlinx:kotlinx-html-jvm:0.9.1"
logback-classic = "ch.qos.logback:logback-classic:1.3.0"
postgresql = "org.postgresql:postgresql:42.3.8"
hikariCP = "com.zaxxer:HikariCP:5.0.1"
Expand Down

0 comments on commit 0734841

Please sign in to comment.