mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-23 21:22:39 +07:00
11 lines
91 B
Plaintext
11 lines
91 B
Plaintext
|
|
plugins {
|
|
id("kotlin")
|
|
}
|
|
|
|
sourceSets {
|
|
main {
|
|
java.srcDir("src/")
|
|
}
|
|
}
|