Skip to content

Conversation

@danil-pavlov
Copy link
Contributor

No description provided.

@danil-pavlov danil-pavlov marked this pull request as ready for review October 29, 2025 12:39
@danil-pavlov danil-pavlov requested a review from a team as a code owner October 29, 2025 12:39
@danil-pavlov danil-pavlov requested review from e5l and koshachy October 29, 2025 12:42
@danil-pavlov
Copy link
Contributor Author

Simplifies pom.xml setup following #1

@danil-pavlov danil-pavlov force-pushed the java-kotlin-onboarding branch from c202ec0 to cf502f6 Compare November 10, 2025 14:51
Copy link
Collaborator

@koshachy koshachy left a 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">
Copy link
Collaborator

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

Copy link
Collaborator

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) -->
Copy link
Collaborator

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

Comment on lines 12 to 16
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
Copy link
Collaborator

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
Copy link
Collaborator

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 ...

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.

4 participants