Bart
08/28/2021, 7:58 PMImplementation("org.ktorm:ktorm-core:${ktorm.version}")
Unfortunately its ending with error
Unresolved reference: ktorm
Any idea why? Following ktorm documentation it should work in this way :(Tomasz Krakowiak
08/28/2021, 8:54 PM${ktorm.version}
Richard Gomez
08/28/2021, 9:04 PM${ktorm.version}
is likely meant as a placeholder for the latest version, not something you are meant to copy & paste directly. You should replace it with whatever the latest version is.