Meditate Layout is a full Java port of Yoga Layout by Facebook
- Add the repository to your Gradle project
repositories {
maven("https://raw.githubusercontent.com/OrionCraftMC/OrionMaven/main/")
}
- Add the dependency to your project
dependencies {
implementation("io.github.orioncraftmc:meditate-layout:1.0.2")
}
- You're ready to go!