Skip to content

Commit 504d262

Browse files
committed
fix startup crash
1 parent b1dfc6e commit 504d262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ compose.desktop {
189189
val distributionVersion = "^(\\d+\\.\\d+\\.\\d+).*".toRegex().matchEntire(project.version.toString())!!.groupValues[1]
190190

191191
mainClass = "com.sunnychung.application.multiplatform.hellohttp.MainKt"
192-
jvmArgs += "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5015" // to enable debugger for debug use only
192+
// jvmArgs += "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5015" // to enable debugger for debug use only
193193
nativeDistributions {
194194
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
195195
packageName = "Hello HTTP"

0 commit comments

Comments
 (0)