build.gradle 305 Bytes
Newer Older
姜天宇's avatar
姜天宇 committed
1 2 3 4
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.1.0-beta01' apply false
    id 'com.android.library' version '8.1.0-beta01' apply false
姜天宇's avatar
姜天宇 committed
5
    id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
姜天宇's avatar
姜天宇 committed
6
}