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

feat: new solutions and development sections #4506

Draft
wants to merge 5 commits into
base: new-navigation
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
313 changes: 155 additions & 158 deletions docs/kr.tree

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/topics/coding-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ the given code style.
2. Switch on **Incorrect formatting** inspection.
Additional inspections that verify other issues described in the style guide (such as naming conventions) are enabled by default.

<!-- Replace with an external link when the guide is moved -->

For more information, see the [Migrate to Kotlin code style with IntelliJ IDEA](code-style-migration-guide.md) guide.

## Source code organization

### Directory structure
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/gradle/gradle.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Learn about:
please refer to the [Dokka README](https://github.com/Kotlin/dokka/blob/master/README.md#using-the-gradle-plugin)
for configuration instructions. Dokka supports mixed-language projects and can generate output in multiple
formats, including standard Javadoc.
* **OSGi**. For OSGi support see the [Kotlin OSGi page](kotlin-osgi.md).
* **OSGi**. For OSGi support see the [Kotlin OSGi page](kotlin-osgi.md).
2 changes: 1 addition & 1 deletion docs/topics/jvm/jvm-get-started.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[//]: # (title: Get started with Kotlin/JVM)
[//]: # (title: Create a console app – tutorial)

This tutorial demonstrates how to use IntelliJ IDEA for creating a console application.

Expand Down
9 changes: 3 additions & 6 deletions docs/topics/jvm/jvm-spring-boot-using-crudrepository.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,6 @@ Get your personal language map to help you navigate Kotlin features and track yo
<img src="get-kotlin-language-map.png" width="700" alt="Get the Kotlin language map" style="block"/>
</a>

* Learn more about [Calling Java from Kotlin code](java-interop.md) and [Calling Kotlin from Java code](java-to-kotlin-interop.md).
* Learn how to convert existing Java code to Kotlin with the [Java-to-Kotlin converter](mixing-java-kotlin-intellij.md#converting-an-existing-java-file-to-kotlin-with-j2k).
* Check out our Java to Kotlin migration guides:
* [Strings in Java and Kotlin](java-to-kotlin-idioms-strings.md).
* [Collections in Java and Kotlin](java-to-kotlin-collections-guide.md).
* [Nullability in Java and Kotlin](java-to-kotlin-nullability-guide.md).
* Check out the [Spring Framework](https://docs.spring.io/spring-framework/docs/current/reference/html/languages.html#languages) documentation.
* Complete the [Building web applications with Spring Boot and Kotlin](https://spring.io/guides/tutorials/spring-boot-kotlin) tutorial.
* Create a chat application in the [Spring Boot with Kotlin Coroutines and RSocket](https://spring.io/guides/tutorials/spring-webflux-kotlin-rsocket/) tutorial.
2 changes: 1 addition & 1 deletion docs/topics/jvm/jvm-test-using-junit.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[//]: # (title: Test code using JUnit in JVM – tutorial)
[//]: # (title: Test code using JUnit – tutorial)

This tutorial shows you how to write a simple unit test and run it with the Gradle build tool.

Expand Down
2 changes: 1 addition & 1 deletion docs/topics/maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,4 +362,4 @@ your Maven project, see [Maven](dokka-maven.md).

## Enable OSGi support

[Learn how to enable OSGi support in your Maven project](kotlin-osgi.md#maven).
[Learn how to enable OSGi support in your Maven project](kotlin-osgi.md#maven).