11 lines
174 B
Kotlin
11 lines
174 B
Kotlin
plugins {
|
|
id("signal-library")
|
|
}
|
|
|
|
android {
|
|
namespace = "com.codewaves.stickyheadergrid"
|
|
}
|
|
|
|
dependencies {
|
|
implementation("androidx.recyclerview:recyclerview:1.2.1")
|
|
}
|