Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 605 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 605 Bytes

RootDrawerLayout

Demo

Download

Gradle

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'
}