Skip to content

Commit

Permalink
fix kotlin version to 1.6.21
Browse files Browse the repository at this point in the history
  • Loading branch information
yizeliang committed Oct 14, 2022
1 parent 7432b4c commit f61ce6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
apply from: 'maven.gradle'
ext.kotlin_version = '1.5.20'
ext.kotlin_version = '1.6.21'
repositories {
mavenLocal()
maven {
Expand All @@ -14,7 +14,7 @@ buildscript {
}
dependencies {
classpath "com.android.tools.build:gradle:4.2.2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}"
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.18.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion comm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ java {
}
dependencies {
api 'com.squareup.okio:okio:2.10.0'
api("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2")
api("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.1")
api("org.jetbrains.kotlin:kotlin-reflect:${kotlin_version}")
implementation 'junit:junit:4.12'
}

0 comments on commit f61ce6a

Please sign in to comment.