We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca8a59 commit 54d59a7Copy full SHA for 54d59a7
gradle/tiamat.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-tiamat = "2.2.0-rc01"
+tiamat = "2.2.0"
3
4
minSdk = "21"
5
compileSdk = "36"
tiamat/src/commonMain/kotlin/com/composegears/tiamat/compose/ComposableAddons.kt
@@ -13,7 +13,7 @@ import kotlin.coroutines.EmptyCoroutineContext
13
* runs a producer coroutine to update its value.
14
*
15
* The producer coroutine is launched when the composable enters the composition
16
- * and is cancelled when entry is removed from navigation stack.
+ * and canceled when entry is removed from navigation stack.
17
18
* @param initialValue The initial value of the state.
19
* @param producer A suspend function that can update the state value.
0 commit comments