Skip to content
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

Integrate kotlin example into docs #3544

Merged
merged 2 commits into from
Sep 14, 2024
Merged

Conversation

lihaoyi
Copy link
Member

@lihaoyi lihaoyi commented Sep 14, 2024

  • Added Kotlin_Intro_to_Mill.adoc, Kotlin_Installation_IDE_Support.adoc, Kotlin_Builtin_Commands.adoc pages
  • Fixed an issue with inherited example adoc pages not rendering correctly since Test suite overhaul #3398

@lihaoyi lihaoyi marked this pull request as ready for review September 14, 2024 01:17
@lihaoyi lihaoyi merged commit 081d699 into com-lihaoyi:main Sep 14, 2024
24 checks passed
Comment on lines +33 to +37
* **Mill follows Gradle's conciseness**: Rather than pages and pages of verbose XML, every
line in a Mill build is meaningful. e.g. adding a dependency is 1 line in
Mill, like it is in Gradle, and unlike the 5 line `<dependency>` declaration you find in Maven.
Skimming and understanding a 100-line Mill `build.mill` file is
often much easier than skimming the equivalent 500-line Maven `pom.xml`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section seems to be a bit off. It mostly makes points against Maven, but not Gradle, since Gradle does not use XML and pom.xml files.

Comment on lines +30 to +32
Mill's Kotlin support originated as the third-party plugin
https://github.com/lefou/mill-kotlin[lefou/mill-kotlin], which was later included with
the main Mill codebase.
Copy link
Member

@lefou lefou Sep 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since it differs from Mills own license, here is probably the best place to mention the original license, Apache License 2.0 and provide a link to the license text.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a link in 37de5b0

@lefou lefou added this to the 0.12.0-RC2 milestone Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants