Skip to content

Commit c7eb89d

Browse files
committed
Moved all subprojects under a folder of that name.
1 parent b3999e0 commit c7eb89d

File tree

175 files changed

+20
-20
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+20
-20
lines changed

settings.gradle.kts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ rootProject.name = "sd-kotlin-talks"
3333

3434
includeBuild("platforms")
3535

36-
include("di-with-koin")
37-
include("effective-kotlin")
38-
include("kotlin-dl")
39-
include("kotlin-for-java-devs")
40-
include("kotlin-for-java-devs-client")
41-
include("ksp-builder-generator:api:annotations")
42-
include("ksp-builder-generator:api:builder")
43-
include("ksp-builder-generator:processor")
44-
include("ksp-builder-generator:processor:test-project")
45-
include("sorting-in-kotlin")
46-
include("tdd-in-kotlin")
47-
include("typed-errors-in-kotlin")
36+
include("subprojects:di-with-koin")
37+
include("subprojects:effective-kotlin")
38+
include("subprojects:kotlin-dl")
39+
include("subprojects:kotlin-for-java-devs")
40+
include("subprojects:kotlin-for-java-devs-client")
41+
include("subprojects:ksp-builder-generator:api:annotations")
42+
include("subprojects:ksp-builder-generator:api:builder")
43+
include("subprojects:ksp-builder-generator:processor")
44+
include("subprojects:ksp-builder-generator:processor:test-project")
45+
include("subprojects:sorting-in-kotlin")
46+
include("subprojects:tdd-in-kotlin")
47+
include("subprojects:typed-errors-in-kotlin")
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.

0 commit comments

Comments
 (0)