-
Notifications
You must be signed in to change notification settings - Fork 4.3k
feat: new tutorials #5117
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
base: master
Are you sure you want to change the base?
feat: new tutorials #5117
Conversation
|
Simplifies |
c202ec0 to
cf502f6
Compare
koshachy
left a comment
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.
Great job!
See the comments, please.
Also, I'd like to invite @sarahhaggarty to take a look at the Getting started part.
|
|
||
| </tab> | ||
|
|
||
| <tab id="backend" title="Backend"> |
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.
Since there are changes in the Getting started, I'd like to invite @sarahhaggarty to take a look as well
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.
What bothers me is that we put more focus on the Java project instead of creating a new Kotlin project
| </dependencies> | ||
|
|
||
| <build> | ||
| <pluginManagement><!-- lock down plugin versions to avoid using Maven defaults (can be moved to a parent pom file) --> |
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.
Usually our comments start with a capital letter
| Before you start, make sure you have: | ||
|
|
||
| 1. Open a Kotlin project in IntelliJ IDEA. If you don't have a project, | ||
| [create one](https://www.jetbrains.com/help/idea/create-your-first-kotlin-app.html#create-project). | ||
| * [IntelliJ IDEA](https://www.jetbrains.com/idea/download/) (Community or Ultimate edition) that has a bundled Kotlin plugin | ||
| or [VS Code](https://code.visualstudio.com/Download) with the installed [Kotlin extension](https://github.com/Kotlin/kotlin-lsp/tree/main?tab=readme-ov-file#vs-code-quick-start). | ||
| * Java 17 or later |
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.
I think these prerequisites should be highlighted better.
It could be a note or even a separate section.
|
|
||
| ### Gradle | ||
|
|
||
| To configure a Gradle project to use both Kotlin and Java together, you need to apply the Kotlin JVM plugin and add |
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.
To use Kotlin and Java together in a Gradle project, apply the ...
Co-authored-by: Andrey Polyakov <[email protected]>
No description provided.