clayly
ktor.application.modules = []
Exception in thread "main" com.typesafe.config.ConfigException$WrongType: Command-line options: tasks has type STRING rather than LIST
-P:ktor.application.modules=X, Y -P:ktor.application.modules=[X, Y] -P:ktor.application.modules=[X; Y]
-P:ktor.application.modules.0=something_first -P:ktor.application.modules.1=something_second
A modern programming language that makes developers happier.