Skip to content

Commit 3ef7300

Browse files
committed
🐛 turn off debug flag
1 parent 4c96976 commit 3ef7300

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/com/theapache64/createcomposeapp

1 file changed

+1
-1
lines changed

src/main/kotlin/com/theapache64/createcomposeapp/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import com.github.theapache64.corvetee.util.println
77
import kotlin.io.path.Path
88
import kotlin.io.path.div
99

10-
private const val IS_DEBUG = true
10+
private const val IS_DEBUG = false
1111

1212
enum class Platform(val title: String) {
1313
Android("Android"),

0 commit comments

Comments
 (0)