mirror of
https://github.com/tateisu/SubwayTooter
synced 2025-01-03 04:29:38 +01:00
org.jetbrains.kotlin.androidのバージョンを揃える
This commit is contained in:
parent
1e514eec46
commit
79e6fc4858
@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id("com.android.library")
|
||||
id("org.jetbrains.kotlin.android")
|
||||
id "org.jetbrains.kotlin.android"
|
||||
}
|
||||
|
||||
android {
|
||||
|
@ -8,7 +8,7 @@ plugins {
|
||||
id("com.android.application")
|
||||
id("org.jetbrains.kotlin.android")
|
||||
id("org.jetbrains.kotlin.plugin.serialization")
|
||||
id("com.google.devtools.ksp").version("$kspVersion")
|
||||
id("com.google.devtools.ksp")
|
||||
id("io.gitlab.arturbosch.detekt")
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id "com.android.library"
|
||||
id "org.jetbrains.kotlin.android"
|
||||
id("org.jetbrains.kotlin.android")
|
||||
}
|
||||
android {
|
||||
namespace "jp.juggler.base"
|
||||
|
@ -64,6 +64,11 @@ buildscript {
|
||||
}
|
||||
}
|
||||
|
||||
plugins{
|
||||
id("org.jetbrains.kotlin.android") version("$kotlinVersion") apply false
|
||||
id("com.google.devtools.ksp") version("$kspVersion") apply false
|
||||
}
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
|
@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id "com.android.library"
|
||||
id "org.jetbrains.kotlin.android"
|
||||
id("org.jetbrains.kotlin.android")
|
||||
}
|
||||
|
||||
android {
|
||||
|
Loading…
Reference in New Issue
Block a user