7 lines
86 B
Kotlin
7 lines
86 B
Kotlin
plugins {
|
|
alias(libs.plugins.kotlin.jvm)
|
|
}
|
|
|
|
dependencies {
|
|
api(libs.inject)
|
|
}
|