fix(compose): Change server host port mapping to 8081 to avoid local conflict
This commit is contained in:
+10
-1
@@ -6,4 +6,13 @@ kotlin.daemon.jvmargs=-Xmx2048M
|
||||
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8
|
||||
|
||||
#Ktor
|
||||
io.ktor.development=true
|
||||
io.ktor.development=true
|
||||
|
||||
#IDE
|
||||
kotlin.build.report.output=build_scan
|
||||
kotlin.mpp.androidSourceSetLayoutVersion=2
|
||||
org.jetbrains.kotlin.wasm.check.wasm.binary.format=false
|
||||
kotlin.native.ignoreDisabledTargets=true
|
||||
|
||||
#IntelliJ IDEA
|
||||
idea.project.settings.delegate.build.run.actions.to.gradle=true
|
||||
|
||||
Reference in New Issue
Block a user