Skip to content

Commit 943dc39

Browse files
committed
refactor: consolidate adapterlayout-kotlin into adapterlayout
1 parent 8c9c942 commit 943dc39

File tree

8 files changed

+2
-78
lines changed

8 files changed

+2
-78
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@ dependencies {
1818
implementation "com.commit451.adapterlayout:adapterflowlayout:latest.release.here"
1919
}
2020
```
21-
and for Kotlin extensions support:
22-
```gradle
23-
dependencies {
24-
implementation "com.commit451.adapterlayout:adapterlayout-kotlin:latest.release.here"
25-
}
26-
```
21+
Kotlin extensions are included in `adapterlayout`.
2722

2823
# Usage
2924
See the sample project for full usage.

adapterlayout-kotlin/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

adapterlayout-kotlin/build.gradle.kts

Lines changed: 0 additions & 51 deletions
This file was deleted.

adapterlayout-kotlin/proguard-rules.pro

Lines changed: 0 additions & 17 deletions
This file was deleted.

adapterlayout-kotlin/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
This file was deleted.

adapterlayout-kotlin/src/main/java/com/commit451/adapterlayout/kotlin/kotlin.kt renamed to adapterlayout/src/main/java/com/commit451/adapterlayout/kotlin/kotlin.kt

File renamed without changes.

app/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,4 @@ dependencies {
4545

4646
implementation(project(":adapterlayout"))
4747
implementation(project(":adapterflowlayout"))
48-
implementation(project(":adapterlayout-kotlin"))
4948
}

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ dependencyResolutionManagement {
1515
}
1616

1717
rootProject.name = "AdapterLayout"
18-
include(":app", ":adapterlayout", ":adapterflowlayout", ":adapterlayout-kotlin")
18+
include(":app", ":adapterlayout", ":adapterflowlayout")

0 commit comments

Comments
 (0)