First create a compose project and then
implementation "com.lessthan3:maestropanel:1.0.1"
// in build.gradle of app
and
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/lessthan3/MaestroKit.android")
}
// in build.gradle of project