update changelog, rename SpecialMutableStateFlow file and update gradle wrapper

This commit is contained in:
InsanusMokrassar 2023-11-30 01:54:04 +06:00
parent a8a5340d8b
commit f8f9f93c97
3 changed files with 6 additions and 3 deletions

View File

@ -2,8 +2,12 @@
## 0.20.16
* `Versions`:
* `Exposed`: `0.44.1` -> `0.45.0`
* `Coroutines`:
* Add `SpecialStateFlow`
* Add `SpecialMutableStateFlow`
* `Compose`:
* Add `FlowState`
## 0.20.15

View File

@ -6,7 +6,6 @@ import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.channels.BufferOverflow
import kotlinx.coroutines.flow.FlowCollector
import kotlinx.coroutines.flow.MutableSharedFlow
import kotlinx.coroutines.flow.MutableStateFlow
import kotlinx.coroutines.flow.StateFlow
/**

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists