I am currently building an RESTFUL API Layer over an (MySQL) Database with Ktor and I want the users to us it as packed JAR or FATJAR, etc.
Is it possible to extend the packed application to write custom endpoints in addition to the application using classes, functions etc. from the packged application?
What options do I have?