Skip to content

Commit ff58322

Browse files
committed
Updated .gitignore and project name
1 parent 6b76023 commit ff58322

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.gradle
22
.idea
33
out
4+
build
45
*.iml

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
rootProject.name = 'coroutines'
1+
rootProject.name = 'intro-coroutines'
22

0 commit comments

Comments
 (0)