gradle plugin 7.0.0-alpha09

This commit is contained in:
John O'Reilly 2021-03-09 18:34:45 +00:00
parent 2bdaf513ae
commit 1813c91fd9
3 changed files with 2 additions and 6 deletions

View file

@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:7.0.0-alpha08")
classpath("com.android.tools.build:gradle:7.0.0-alpha09")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.kotlin}")
classpath("org.jetbrains.kotlin:kotlin-serialization:${Versions.kotlin}")
classpath("com.squareup.sqldelight:gradle-plugin:${Versions.sqlDelight}")

View file

@ -5,7 +5,3 @@ repositories {
plugins {
`kotlin-dsl`
}
kotlinDslPluginOptions {
experimentalWarning.set(false)
}

View file

@ -5,7 +5,7 @@ object Versions {
const val ktor = "1.5.2"
const val kotlinxSerialization = "1.0.1"
const val koin = "3.0.1-beta-1"
const val sqlDelight = "1.4.2"
const val sqlDelight = "1.4.3"
const val kermit = "0.1.8"
const val sqliteJdbcDriver = "3.30.1"