We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c96976 commit 3ef7300Copy full SHA for 3ef7300
src/main/kotlin/com/theapache64/createcomposeapp/Main.kt
@@ -7,7 +7,7 @@ import com.github.theapache64.corvetee.util.println
7
import kotlin.io.path.Path
8
import kotlin.io.path.div
9
10
-private const val IS_DEBUG = true
+private const val IS_DEBUG = false
11
12
enum class Platform(val title: String) {
13
Android("Android"),
0 commit comments