mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-08 14:33:42 +07:00
783f846761
See #10740
11 lines
91 B
Plaintext
11 lines
91 B
Plaintext
|
|
plugins {
|
|
id("kotlin")
|
|
}
|
|
|
|
sourceSets {
|
|
main {
|
|
java.srcDir("src/")
|
|
}
|
|
}
|