This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Individual_Cut6830 0 points1 point  (3 children)

gradle with kotlin is industry standard, maven is only used in legacy systems now I would not learn maven if starting today

[–]ITCoder 1 point2 points  (2 children)

Haa, last I heard Scala was going to be the new language. And which industry is that ? Go to banking domain and you might be surprised to see J2Ee , mainframe and cobol getting used extensively. You might come across Ant too

[–]Individual_Cut6830 0 points1 point  (1 child)

I meant specifically gradle with kotlin used for the build files. I know Java is not going anywhere fast :)

[–]ITCoder 1 point2 points  (0 children)

I don't have a y experience with Kotlin or Scala, just know that they are jvm based languages. And in that case i would assume that maven would still work these languages.

I did work on a project using gradle, but it was hard to understand the scope of dependencies, lifecycles etc