File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.9.1] - 2023-09-14
6+
7+ New:
8+ - Support Kotlin 1.9.10 via JetBrains Compose compiler 1.5.2.
9+
10+ This version works with Kotlin 1.9.10 by default.
11+
512
613## [ 0.9.0] - 2023-08-09
714
@@ -98,7 +105,8 @@ Breaking:
98105Initial release!
99106
100107
101- [ Unreleased ] : https://github.com/JakeWharton/mosaic/compare/0.9.0...HEAD
108+ [ Unreleased ] : https://github.com/JakeWharton/mosaic/compare/0.9.1...HEAD
109+ [ 0.9.1 ] : https://github.com/JakeWharton/mosaic/releases/tag/0.9.1
102110[ 0.9.0 ] : https://github.com/JakeWharton/mosaic/releases/tag/0.9.0
103111[ 0.8.0 ] : https://github.com/JakeWharton/mosaic/releases/tag/0.8.0
104112[ 0.7.1 ] : https://github.com/JakeWharton/mosaic/releases/tag/0.7.1
Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ buildscript {
9090 mavenCentral()
9191 }
9292 dependencies {
93- classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0 '
94- classpath 'com.jakewharton.mosaic:mosaic-gradle-plugin:0.9.0 '
93+ classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10 '
94+ classpath 'com.jakewharton.mosaic:mosaic-gradle-plugin:0.9.1 '
9595 }
9696}
9797
@@ -111,6 +111,7 @@ certain versions of Kotlin.
111111
112112| Kotlin | Mosaic |
113113| --------| ---------------|
114+ | 1.9.10 | 0.9.1 |
114115| 1.9.0 | 0.8.0 - 0.9.0 |
115116| 1.8.22 | 0.7.1 |
116117| 1.8.21 | 0.7.0 |
Original file line number Diff line number Diff line change 11GROUP =com.jakewharton.mosaic
2- VERSION_NAME =0.10.0-SNAPSHOT
2+ VERSION_NAME =0.9.1
33
44SONATYPE_HOST =DEFAULT
55SONATYPE_AUTOMATIC_RELEASE =true
You can’t perform that action at this time.
0 commit comments