File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 3
3
## [ Unreleased]
4
4
5
5
6
+ ## [ 1.2.1] - 2023-09-14
7
+
8
+ New:
9
+ - Support for Kotlin 1.9.10
10
+ - Switch to JetBrains Compose compiler 1.5.2 (based on AndroidX Compose compiler 1.5.3)
11
+
12
+ This version works with Kotlin 1.9.10 by default.
13
+
14
+
6
15
## [ 1.2.0] - 2023-08-09
7
16
8
17
New:
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ buildscript {
171
171
mavenCentral()
172
172
}
173
173
dependencies {
174
- classpath 'app.cash.molecule:molecule-gradle-plugin:1.2.0 '
174
+ classpath 'app.cash.molecule:molecule-gradle-plugin:1.2.1 '
175
175
}
176
176
}
177
177
@@ -183,6 +183,7 @@ certain versions of Kotlin.
183
183
184
184
| Kotlin | Molecule |
185
185
| --------| ----------------|
186
+ | 1.9.10 | 1.2.1 |
186
187
| 1.9.0 | 1.1.0 - 1.2.0 |
187
188
| 1.8.22 | 0.11.0 - 1.0.0 |
188
189
| 1.8.21 | 0.10.0 |
Original file line number Diff line number Diff line change 1
1
GROUP =app.cash.molecule
2
2
3
3
# HEY! If you change the major version here be sure to update release.yaml doc target folder!
4
- VERSION_NAME =1.3.0-SNAPSHOT
4
+ VERSION_NAME =1.2.1
5
5
6
6
SONATYPE_AUTOMATIC_RELEASE =true
7
7
SONATYPE_HOST =DEFAULT
You can’t perform that action at this time.
0 commit comments