Skip to content

Commit

Permalink
Update kotlinpoet and Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSrSouza committed Jul 29, 2021
1 parent 7e1323e commit 0fb8cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.4.10"
kotlin("jvm") version "1.5.21"
id("maven-publish")
}

Expand All @@ -18,7 +18,7 @@ dependencies {
implementation("com.google.guava:guava:23.0")
implementation("com.android.tools:sdk-common:27.2.0-alpha16")
implementation("com.android.tools:common:27.2.0-alpha16")
implementation("com.squareup:kotlinpoet:1.7.2")
implementation("com.squareup:kotlinpoet:1.9.0")
implementation("org.ogce:xpp3:1.1.6")

testImplementation(kotlin("test-junit"))
Expand Down

0 comments on commit 0fb8cc1

Please sign in to comment.