Install Salt UI
mainAdd the Salt UI dependency to your build.gradle file. Replace <TAG> with the latest version available on Maven Central (e.g., 3.0.0-alpha01).
// Replace <TAG> with the latest version
// e.g. implementation("io.github.moriafly:salt-ui:3.0.0-alpha01")
implementation("io.github.moriafly:salt-ui:<TAG>")