File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Kotlin Alpha] ( https://kotl.in/badges/alpha.svg )] ( https://kotlinlang.org/docs/components-stability.html )
4
4
[ ![ JetBrains incubator project] ( https://jb.gg/badges/incubator.svg )] ( https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub )
5
5
[ ![ 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
- [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.7.20 -blue.svg?logo=kotlin )] ( http://kotlinlang.org )
6
+ [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.8.21 -blue.svg?logo=kotlin )] ( http://kotlinlang.org )
7
7
[ ![ 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 )
8
8
9
9
A multiplatform Kotlin library providing basic IO primitives. ` kotlinx-io ` is based on [ Okio] ( https://github.com/square/okio ) but does not preserve backward compatibility with it.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
13
13
14
14
buildscript {
15
15
dependencies {
16
- classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20 " )
16
+ classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21 " )
17
17
}
18
18
19
19
repositories {
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ repositories {
12
12
}
13
13
14
14
dependencies {
15
- implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20 " )
15
+ implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21 " )
16
16
}
Original file line number Diff line number Diff line change 5
5
6
6
group =org.jetbrains.kotlinx
7
7
version =0.2.0-alpha-dev1
8
- kotlin.version =1.7.20
8
+ kotlin.version =1.8.21
9
9
kotlin.code.style =official
You can’t perform that action at this time.
0 commit comments