Files
photosync/shared/mc-api/build.gradle
T
2026-08-07 18:10:38 +00:00

6 lines
191 B
Groovy

// The seam. Interfaces that platform modules implement and the UI consumes.
// Nothing in this module may import a Minecraft or Fabric type.
dependencies {
api project(':shared:core')
}