Skip to content

Commit e210d75

Browse files
committed
Fix: updated project names for Java and Kotlin samples to avoid import conflicts
Signed-off-by: Sreenand76 <[email protected]>
1 parent 1fab30d commit e210d75

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

complete-kotlin/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = "rest-service"
1+
rootProject.name = "rest-service-complete"

complete/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = 'rest-service'
1+
rootProject.name = 'rest-service-complete'

initial-kotlin/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = "rest-service"
1+
rootProject.name = "rest-service-initial"

initial/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = 'rest-service'
1+
rootProject.name = 'rest-service-initial'

0 commit comments

Comments
 (0)