Skip to content

Commit

Permalink
Final commit before release. Removed subprojcts.
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Forecaster committed Jul 15, 2023
1 parent 7015292 commit 2066d51
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 17 deletions.
10 changes: 7 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,13 @@ dependencies {
// We need this for the rubBlocking function
testImplementation(group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = coroutinesVersion)

// Subprojects
testImplementation(project(":eventbus"))
testImplementation(project(":lightweight"))
// Reflection library
implementation(group = "org.jetbrains.kotlin", name = "kotlin-reflect", version = kotlinVersion) {
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib")
}

// Coroutine library
implementation(group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = coroutinesVersion)
}

java {
Expand Down
12 changes: 0 additions & 12 deletions eventbus/build.gradle.kts

This file was deleted.

3 changes: 1 addition & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
rootProject.name = "rush"
include("eventbus", "lightweight")
rootProject.name = "rush"
File renamed without changes.

0 comments on commit 2066d51

Please sign in to comment.