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

Commit

Permalink
Update to Kotlin 1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Jun 1, 2021
1 parent bee9ef3 commit c73d3cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions demoProject/ktorfit-shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ repositories {

dependencies {
implementation 'com.squareup:kotlinpoet:1.3.0'
compile 'de.jensklingenberg:mpapt-runtime:0.8.7'
compile 'de.jensklingenberg:mpapt-runtime:0.8.8'
compile "de.jensklingenberg.ktorfit:ktorfit-annotations-jvm:0.0.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
compileOnly "org.jetbrains.kotlin:kotlin-compiler-embeddable"
compileOnly "com.google.auto.service:auto-service:1.0"
kapt "com.google.auto.service:auto-service:1.0"
Expand Down
2 changes: 1 addition & 1 deletion nativeDemo/native-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ compileKotlin {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib"
compileOnly "org.jetbrains.kotlin:kotlin-compiler"
compile 'de.jensklingenberg:mpapt-runtime:0.8.7'
compile 'de.jensklingenberg:mpapt-runtime:0.8.8'
compileOnly "com.google.auto.service:auto-service:1.0"
kapt "com.google.auto.service:auto-service:1.0"
compile "de.jensklingenberg.nativedemo:nativedemo-annotations-jvm:0.0.1"
Expand Down

0 comments on commit c73d3cf

Please sign in to comment.