33[ ![ Kotlin Alpha] ( https://kotl.in/badges/alpha.svg )] ( https://kotlinlang.org/docs/components-stability.html )
44[ ![ JetBrains incubator project] ( https://jb.gg/badges/incubator.svg )] ( https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub )
55[ ![ GitHub license] ( https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat )] ( http://www.apache.org/licenses/LICENSE-2.0 )
6- [ ![ Download] ( https://img.shields.io/maven-central/v/org.jetbrains.kotlinx/kotlinx-io-core?versionSuffix=0.2.1 )] ( https://central.sonatype.com/artifact/org.jetbrains.kotlinx/kotlinx-io-core/0.2.1 )
6+ [ ![ Download] ( https://img.shields.io/maven-central/v/org.jetbrains.kotlinx/kotlinx-io-core )] ( https://central.sonatype.com/artifact/org.jetbrains.kotlinx/kotlinx-io-core/ )
77[ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.9.10-blue.svg?logo=kotlin )] ( http://kotlinlang.org )
88[ ![ TeamCity build] ( https://img.shields.io/teamcity/build/s/KotlinTools_KotlinxIo_BuildAggregated.svg?server=http%3A%2F%2Fteamcity.jetbrains.com )] ( https://teamcity.jetbrains.com/viewType.html?buildTypeId=KotlinTools_KotlinxIo_BuildAggregated&guest=1 )
99[ ![ KDoc link] ( https://img.shields.io/badge/API_reference-KDoc-blue )] ( https://fzhinkin.github.io/kotlinx-io-dokka-docs-preview/ )
@@ -22,7 +22,7 @@ The library also provides interfaces representing data sources and destinations
2222In addition to ` Buffer ` , the library provides an immutable sequence of bytes - ` ByteString ` .
2323
2424Also, there's an experimental filesystem support provided by ` kotlinx.io.files ` package.
25- The package includes ` FileSystem ` interface and its implementation - ` SystemFileSystem ` .
25+ The package includes ` FileSystem ` interface and its implementation - ` SystemFileSystem ` .
2626
2727` FileSystem ` provides basic operations for working with files and directories.
2828
@@ -48,7 +48,7 @@ repositories {
4848Add the library to dependencies:
4949``` kotlin
5050dependencies {
51- implementation(" org.jetbrains.kotlinx:kotlinx-io-core:0.2.1 " )
51+ implementation(" org.jetbrains.kotlinx:kotlinx-io-core:0.3.0 " )
5252}
5353```
5454
@@ -58,7 +58,7 @@ kotlin {
5858 sourceSets {
5959 commonMain {
6060 dependencies {
61- implementation(" org.jetbrains.kotlinx:kotlinx-io-core:0.2.1 " )
61+ implementation(" org.jetbrains.kotlinx:kotlinx-io-core:0.3.0 " )
6262 }
6363 }
6464 }
@@ -72,7 +72,7 @@ Add the library to dependencies:
7272<dependency >
7373 <groupId >org.jetbrains.kotlinx</groupId >
7474 <artifactId >kotlinx-io-core-jvm</artifactId >
75- <version >0.2.1 </version >
75+ <version >0.3.0 </version >
7676</dependency >
7777```
7878
@@ -95,6 +95,6 @@ kotlinx-io is licensed under the [Apache 2.0 License](LICENSE).
9595
9696Thanks to everyone involved in the project.
9797
98- A honorable mention goes to the developers of [ Okio] ( https://square.github.io/okio/ )
98+ An honorable mention goes to the developers of [ Okio] ( https://square.github.io/okio/ )
9999that served as the foundation for ` kotlinx-io ` and to [ Jesse Wilson] ( https://github.com/swankjesse ) ,
100100for the help with ` Okio ` adaption, his suggestions, assistance and guidance with ` kotlinx-io ` development.
0 commit comments