Skip to content

Commit 880c6e6

Browse files
committed
Bump up Kotlin version to 1.8.21
1 parent 0a48a7d commit 880c6e6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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-
[![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)
77
[![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)
88

99
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.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313

1414
buildscript {
1515
dependencies {
16-
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20")
16+
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21")
1717
}
1818

1919
repositories {

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ repositories {
1212
}
1313

1414
dependencies {
15-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20")
15+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21")
1616
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
group=org.jetbrains.kotlinx
77
version=0.2.0-alpha-dev1
8-
kotlin.version=1.7.20
8+
kotlin.version=1.8.21
99
kotlin.code.style=official

0 commit comments

Comments
 (0)