ktor { deployment { port = 8080 port = ${?PORT} } application { modules = [ org.isoron.uhabits.sync.app.SyncApplicationKt.main ] } }