Skip to content

Commit 30ee9c6

Browse files
committed
Fixed project name in settings
1 parent 02a7e7a commit 30ee9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
rootProject.name = 'calculator'
1+
rootProject.name = 'kotlin-multiplatform-example-with-typescript'
22

33
include 'src-jvm', 'src-js'

0 commit comments

Comments
 (0)