6 lines
191 B
Groovy
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')
|
|
}
|