Add the code below to your root build.gradle file:
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}Next, add the dependency below to your module's build.gradle file.
dependencies {
implementation 'com.github.sertacokan:ComposeRootDrawerLayout:v1.0.1'
}