Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ plugins {
}

dependencies {
// Project "app" depends on project "utils". (Project paths are separated with ":", so ":utils" refers to the top-level "utils" project.)
implementation(project(":utils"))
// Project "app" depends on project "lib"
implementation(project(":lib"))
}

Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ plugins {
// Learn more about structuring projects with Gradle - https://docs.gradle.org/8.7/userguide/multi_project_builds.html
include(":app")
include(":lib")
include(":utils")

rootProject.name = "json5-kotlin"
13 changes: 0 additions & 13 deletions utils/build.gradle.kts

This file was deleted.

17 changes: 0 additions & 17 deletions utils/src/main/kotlin/Utilities.kt

This file was deleted.

25 changes: 0 additions & 25 deletions utils/src/test/kotlin/UtilitiesTest.kt

This file was deleted.