5 lines
65 B
Kotlin
5 lines
65 B
Kotlin
subprojects {
|
|
apply {
|
|
plugin<ManagerPlugin>()
|
|
}
|
|
} |