From a261a02d34f11f42cc0fd3d07fa9f2093ba60833 Mon Sep 17 00:00:00 2001 From: Rick Busarow Date: Mon, 1 Jun 2020 21:49:57 -0500 Subject: [PATCH] KotlinPoet 1.5.0 -> 1.6.0 --- RoomigrantCompiler/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RoomigrantCompiler/build.gradle b/RoomigrantCompiler/build.gradle index 5e6c142..58d00ed 100644 --- a/RoomigrantCompiler/build.gradle +++ b/RoomigrantCompiler/build.gradle @@ -10,7 +10,7 @@ group = 'com.github.MatrixDev' dependencies { implementation project(':RoomigrantLib') - implementation 'com.squareup:kotlinpoet:1.5.0' + implementation 'com.squareup:kotlinpoet:1.6.0' implementation 'com.google.code.gson:gson:2.8.5' implementation 'androidx.room:room-runtime:2.2.5' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"