9 lines
300 B
Groovy
9 lines
300 B
Groovy
// The assembled mod, minus Minecraft. A platform module builds one
|
|
// PhotoSyncClient and forwards the game's events to it; everything else in
|
|
// :shared is reached through that object.
|
|
dependencies {
|
|
api project(':shared:core')
|
|
api project(':shared:mc-api')
|
|
api project(':shared:ui')
|
|
}
|