-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update kotlin & gradle version #36
base: master
Are you sure you want to change the base?
Conversation
kotlin ver 1.2.10
change fat->all
I've also updated spark-core version. |
compile "com.sparkjava:spark-core:2.6.0" | ||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" | ||
api "com.sparkjava:spark-core:2.9.1" | ||
api "com.sparkjava:spark-core:2.9.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.9.4 is now available.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately sparkjava is no more updated today. I recommend you to javalin instead of it.
https://github.com/javalin/javalin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, I will look into it.
Was it pretty easy to convert to javalin from spark-kotlin in your experience?
@perwendel can we get this merged please with the latest spark-core |
Update kotlin & gradle version.
Add maven plugin for local install and jitpack.io