8f0625fc70
* Contain @ExperimentalStdlibApi within relevant scope. The alpha04 release of Store caused the requirement of the @ExperimentalStdlibApi annotation for client code. I looked into it, and the only thing in Store that required the annotation was the Kotlin ArrayDeque used in the BufferImpl class. That class is private in the ChannelManager.kt file, so I opted that file into the annotation and removed all other occurences of the annotation. Code compiles, all 208 tests pass. * update to correct git glitch in /build.gradle * update to address 'needless blank line' linter * Prepare for release 4.0.0-alpha05 * Prepare for next development version. Co-authored-by: Dave Parker <davidp@dropbox.com> |
||
---|---|---|
.. | ||
api | ||
src | ||
build.gradle | ||
gradle.properties |