mirror of
https://github.com/tateisu/SubwayTooter
synced 2025-01-03 12:39:13 +01:00
build.gradle の apply plugin 記法をなくす
This commit is contained in:
parent
d570df98ae
commit
1e514eec46
@ -1,5 +1,7 @@
|
||||
apply plugin: "com.android.library"
|
||||
apply plugin: "kotlin-android"
|
||||
plugins {
|
||||
id("com.android.library")
|
||||
id("org.jetbrains.kotlin.android")
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion stCompileSdkVersion
|
||||
|
@ -2,7 +2,6 @@ plugins {
|
||||
id "com.android.library"
|
||||
id "org.jetbrains.kotlin.android"
|
||||
}
|
||||
|
||||
android {
|
||||
namespace "jp.juggler.base"
|
||||
compileSdk stCompileSdkVersion
|
||||
|
@ -1,5 +1,7 @@
|
||||
apply plugin: "com.android.library"
|
||||
apply plugin: "kotlin-android"
|
||||
plugins {
|
||||
id("com.android.library")
|
||||
id("org.jetbrains.kotlin.android")
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion stCompileSdkVersion
|
||||
|
Loading…
Reference in New Issue
Block a user