Project Learning Jetpack Compose on Desktop Aplication
- UI Library Experimental
- Repository for testing build from jitpack.io
- Red : Failed
- Green : Success / Pass
This Is Latest Release
$version_release = 1.0.1 Development
// Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
// Add it in your root build.gradle.kts at the end of repositories:
allprojects {
repositories {
...
maven { url = uri("https://jitpack.io") }
}
}
dependencies {
implementation 'com.github.amirisback:kmm-compose:1.0.1'
}
dependencies {
implementation("com.github.amirisback:kmm-compose:1.0.1")
}
Very open to anyone, I'll write your name under this, please contribute by sending an email to me
- Mail To [email protected]
- Subject : Github _ [Github-Username-Account] _ [Language] _ [Repository-Name]
- Example : Github_amirisback_kotlin_admob-helper-implementation
Name Of Contribute
- Muhammad Faisal Amir
- Waiting List
- Waiting List
Waiting for your contribute
Please enjoy and don't forget fork and give a star
- Don't Forget Follow My Github Account