0

I am using Kotlin / Spark Java Framework.

Deploying only fat JAR will improve startup time, because Procfile reads only the JAR, anyway. https://devcenter.heroku.com/articles/getting-started-with-kotlin#define-a-procfile

And using Spark Java, not Spring, already mandates the need for fat JAR building (I think).

Polv
  • 1,918
  • 1
  • 20
  • 31

1 Answers1

0

I have found an answer to this: basically

Polv
  • 1,918
  • 1
  • 20
  • 31