Skip to content

Commit

Permalink
Add dachlatten-debug module
Browse files Browse the repository at this point in the history
  • Loading branch information
janseeger committed Sep 29, 2023
1 parent a4b05d1 commit 8a421f3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dachlatten-debug/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
6 changes: 6 additions & 0 deletions dachlatten-debug/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove once KTIJ-19369 is fixed
plugins {
id("android-library-base")
id("android-library-test")
id("android-library-release")
}
3 changes: 2 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ dependencyResolutionManagement {
}

rootProject.name = "Dachlatten"
include(":dachlatten-flow")
include(":dachlatten-debug")
include(":dachlatten-flow")

0 comments on commit 8a421f3

Please sign in to comment.