Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Kotlin 1.6.21 #46

Merged
merged 1 commit into from
Jun 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ repositories {

dependencies {
implementation("com.android.tools.build:gradle:7.2.1")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21")
}
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
kotlin = "1.6.10"
kotlin = "1.6.21"
# https://github.com/Kotlin/dokka/releases
dokka = "1.6.10"
compose = "1.1.1"
dokka = "1.6.21"
compose = "1.2.0-beta02"
# https://ktor.io/changelog/1.6/
ktor = "1.6.8"
# https://github.com/Kotlin/kotlinx.coroutines/releases
Expand Down