mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-26 14:53:41 +03:00
affe6512ee
Co-authored-by: Theo L.M. <9647399+theolm@users.noreply.github.com>
17 lines
367 B
Text
17 lines
367 B
Text
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
dependencies {
|
|
implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
|
|
implementation(androidxLibs.gradle)
|
|
implementation(kotlinLibs.gradle)
|
|
implementation(libs.detekt.gradlePlugin)
|
|
implementation(gradleApi())
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
google()
|
|
}
|