Skip to content

Commit

Permalink
grouping android and multiplatform
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus-corregiari committed Jan 7, 2025
1 parent 0d8095e commit 93374a7
Show file tree
Hide file tree
Showing 232 changed files with 16 additions and 16 deletions.
Binary file modified buildSrc/build/classes/kotlin/main/META-INF/buildSrc.kotlin_module
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified buildSrc/build/kotlin/compileKotlin/cacheable/last-build.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified buildSrc/build/libs/buildSrc-1.0.0.jar
Binary file not shown.
10 changes: 5 additions & 5 deletions samples/github-list-project/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ androidComponents.beforeVariants {

dependencies {
// Other Modules
implementation(project(":toolkit:delegate"))
implementation(project(":toolkit:event-observer"))
implementation(project(":toolkit:recycler-adapter"))
implementation(project(":toolkit:statemachine"))
implementation(project(":toolkit:splinter"))
implementation(project(":toolkit:multi:event-observer"))
implementation(project(":toolkit:multi:splinter"))
implementation(project(":toolkit:android:delegate"))
implementation(project(":toolkit:android:recycler-adapter"))
implementation(project(":toolkit:android:statemachine"))

// Libraries
implementation(libs.jetbrains.stdlib.jdk8)
Expand Down
16 changes: 8 additions & 8 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ dependencyResolutionManagement {
rootProject.name = "Arch Toolkit"

// Toolkit Libraries
include(":toolkit:delegate")
include(":toolkit:event-observer")
include(":toolkit:foldable")
include(":toolkit:recycler-adapter")
include(":toolkit:splinter")
include(":toolkit:storage")
include(":toolkit:util")
include(":toolkit:statemachine")
include(":toolkit:multi:event-observer")
include(":toolkit:multi:splinter")
include(":toolkit:android:delegate")
include(":toolkit:android:foldable")
include(":toolkit:android:recycler-adapter")
include(":toolkit:android:storage")
include(":toolkit:android:util")
include(":toolkit:android:statemachine")

// Samples
val isIdeBuild: Boolean = extra.properties["android.injected.invoked.from.ide"] == "true"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {

dependencies {
// Other Modules
implementation(project(":toolkit:delegate"))
implementation(project(":toolkit:android:delegate"))

// Libraries
implementation(libs.jetbrains.stdlib.jdk8)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android.namespace = "br.com.arch.toolkit.util"

dependencies {
// Other Modules
implementation(project(":toolkit:storage"))
implementation(project(":toolkit:android:storage"))

// JetBrains
implementation(libs.jetbrains.coroutines.android)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android.namespace = "br.com.arch.toolkit.splinter"

dependencies {
// Other Modules
implementation(project(":toolkit:event-observer"))
implementation(project(":toolkit:multi:event-observer"))

// Libraries
compileOnly(libs.jetbrains.stdlib.jdk8)
Expand Down
File renamed without changes.

0 comments on commit 93374a7

Please sign in to comment.