mirror of
https://github.com/fumiama/simple-dict-android.git
synced 2026-06-05 00:30:24 +08:00
12 lines
271 B
Groovy
12 lines
271 B
Groovy
pluginManagement {
|
|
plugins {
|
|
id 'kotlin-android' version "$cm_kotlin_version"
|
|
id 'com.android.library' version '8.3.2'
|
|
id 'org.jetbrains.kotlin.android' version '1.7.10'
|
|
}
|
|
}
|
|
|
|
include ':app'
|
|
rootProject.name = "SimpleDict"
|
|
include ':sdict'
|