We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65be8a1 commit c325130Copy full SHA for c325130
CHANGELOG.md
@@ -3,6 +3,13 @@
3
## [Unreleased]
4
5
6
+## [0.4.0-beta01] - 2022-07-27
7
+
8
+New:
9
10
+ - Update to Compose compiler 1.3.0-beta01 which supports Kotlin 1.7.10.
11
12
13
## [0.3.0] - 2022-07-27
14
15
New:
molecule/gradle.properties
@@ -1,7 +1,7 @@
1
GROUP=app.cash.molecule
2
# HEY! If you change the major version here be sure to update release.yaml doc target folder!
-VERSION_NAME=0.4.0-SNAPSHOT
+VERSION_NAME=0.4.0-beta01
POM_DESCRIPTION=Build a Flow or Observable stream using Jetpack Compose.
0 commit comments