mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 06:30:05 +08:00
13 lines
268 B
Plaintext
13 lines
268 B
Plaintext
plugins {
|
|
`java-gradle-plugin`
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
apply(from = "../repositories.gradle.kts")
|
|
|
|
dependencies {
|
|
// Gradle Plugins
|
|
implementation("com.android.tools.build:gradle:8.8.1")
|
|
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21")
|
|
}
|