mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-26 14:53:41 +03:00
aeb17fa859
Annoying. More annoying in this project. (cherry picked from commit 777ae2461e1eb277a3aa0c998ff69e4f100387a1)
21 lines
648 B
Text
21 lines
648 B
Text
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
dependencies {
|
|
implementation(androidx.gradle)
|
|
implementation(kotlinx.gradle)
|
|
implementation(kotlinx.compose.compiler.gradle)
|
|
implementation(gradleApi())
|
|
|
|
implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
|
|
implementation(files(androidx.javaClass.superclass.protectionDomain.codeSource.location))
|
|
implementation(files(compose.javaClass.superclass.protectionDomain.codeSource.location))
|
|
implementation(files(kotlinx.javaClass.superclass.protectionDomain.codeSource.location))
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
google()
|
|
}
|