You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://central.sonatype.com/artifact/com.lihaoyi/mill-dist[image:https://img.shields.io/maven-central/v/com.lihaoyi/mill-dist?label=latest-unstable&versionPrefix=0.12.[Maven Central Version]]
https://central.sonatype.com/artifact/com.lihaoyi/mill-dist[image:https://img.shields.io/maven-central/v/com.lihaoyi/mill-dist?label=unstable-version&versionPrefix=0.12.[Maven Central Version]]
5
5
6
6
Mill is a JVM build tool that supports Java, Scala, and Kotlin:
7
7
@@ -19,16 +19,11 @@ JVM build tools have a reputation for being sluggish and confusing. Mill tries t
19
19
offer a better alternative, letting your build system take full advantage of the
20
20
Java platform's performance and usability.
21
21
22
-
Mill's unique insight is xref:comparisons/why-mill.adoc#_object_oriented_builds[Object-Oriented
23
-
Builds]. While most build tools invent their own concepts to manage the complexity of your
24
-
build pipelines, Mill re-uses concepts you already know: methods, classes, and overrides. This
25
-
makes the semantics of Mill builds feel familiar even to non-build-tool experts.
26
-
27
22
For more discussion on the motivation behind the project, see xref:comparisons/why-mill.adoc[Why Use Mill?]
28
23
29
24
=== Getting Started
30
25
31
-
To get started using Mill for the first time, or migrating and existing JVM
26
+
To get started using Mill for the first time, or migrating an existing JVM
32
27
codebase (built using Maven, Gradle, or SBT) to Mill, see:
33
28
34
29
[cols="1a,1a"]
@@ -45,7 +40,7 @@ Or see the language-specific introductory documentation linked below:
45
40
| xref:kotlinlib/intro.adoc[image:index/iconscout-kotlin.svg[kotlin,28] Kotlin with Mill]
0 commit comments