mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-06 10:47:25 +01:00
777ae2461e
Annoying. More annoying in this project.
22 lines
648 B
Plaintext
22 lines
648 B
Plaintext
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()
|
|
}
|