7 lines
101 B
Kotlin
7 lines
101 B
Kotlin
plugins {
|
|
java
|
|
}
|
|
|
|
// Root project configuration
|
|
// The actual plugin code is in the 'app' module
|