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 tooling section #4501

Merged
merged 7 commits into from
Dec 17, 2024
Merged
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
31 changes: 12 additions & 19 deletions docs/kr.tree
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,7 @@
</toc-element>
<toc-element toc-title="Kotlin/Native">
<toc-element toc-title="Overview" topic="native-overview.md"/>
<toc-element accepts-web-file-names="basic-kotlin-native-app.html,kotlin-native-with-clion.html,targeting-multiple-platforms.html" topic="native-get-started.md"/>
<toc-element topic="native-gradle.md"/>
<toc-element topic="native-command-line-compiler.md"/>
<toc-element accepts-web-file-names="basic-kotlin-native-app.html,kotlin-native-with-clion.html,targeting-multiple-platforms.html,native-gradle.html,native-command-line-compiler.html" topic="native-get-started.md"/>
<toc-element topic="native-libraries.md"/>
<toc-element topic="native-platform-libs.md"/>
<toc-element toc-title="Memory manager">
Expand All @@ -239,6 +237,7 @@
</toc-element>
<toc-element accepts-web-file-names="quick-run.html" topic="run-code-snippets.md"/>
<toc-element toc-title="KDoc" topic="kotlin-doc.md"/>
<toc-element toc-title="OSGi" topic="kotlin-osgi.md"/>
<toc-element hidden="true" toc-title="Migrate to Kotlin code style with IntelliJ IDEA" topic="code-style-migration-guide.md"/>
</toc-element>
</toc-element>
Expand Down Expand Up @@ -278,8 +277,8 @@
<toc-element topic="mapping-struct-union-types-from-c.md"/>
<toc-element topic="mapping-function-pointers-from-c.md"/>
<toc-element topic="mapping-strings-from-c.md"/>
<toc-element accepts-web-file-names="curl.html" topic="native-app-with-c-and-libcurl.md"/>
<toc-element toc-title="Create a dynamic library" topic="native-dynamic-libraries.md"/>
<toc-element accepts-web-file-names="curl.html" topic="native-app-with-c-and-libcurl.md"/>
</toc-element>
</toc-element>
</toc-element>
Expand Down Expand Up @@ -318,6 +317,7 @@
<include from="kl.tree" origin="lincheck" element-id="lincheck"/>
</toc-element>
<toc-element toc-title="Ktor" href="https://ktor.io/"/>
<toc-element toc-title="Lets-Plot for Kotlin" topic="lets-plot.md"/>
</toc-element>
<toc-element toc-title="API reference">
<toc-element toc-title="Standard library (stdlib)" href="https://kotlinlang.org/api/latest/jvm/stdlib/"/>
Expand All @@ -334,21 +334,14 @@
<toc-element toc-title="Grammar" href="https://kotlinlang.org/docs/reference/grammar.html"/>
<toc-element href="https://kotlinlang.org/spec/" toc-title="Language specification"/>
</toc-element>
<toc-element toc-title="Tools">
<toc-element toc-title="Build tools">
<toc-element toc-title="Gradle">
<toc-element accepts-web-file-names="using-gradle.html" toc-title="Overview" topic="gradle.md"/>
<toc-element toc-title="Get started with Gradle – tutorial" topic="get-started-with-jvm-gradle-project.md"/>
<toc-element topic="gradle-configure-project.md"/>
<toc-element toc-title="Compiler options in KGP" topic="gradle-compiler-options.md"/>
<toc-element toc-title="Compilation and caches in KGP" topic="gradle-compilation-and-caches.md"/>
<toc-element topic="gradle-plugin-variants.md"/>
</toc-element>
<toc-element accepts-web-file-names="using-maven.html" topic="maven.md"/>
<toc-element accepts-web-file-names="using-ant.html" topic="ant.md"/>
</toc-element>
<toc-element toc-title="Lets-Plot for Kotlin" topic="lets-plot.md"/>
<toc-element toc-title="OSGi" topic="kotlin-osgi.md"/>
<toc-element toc-title="Build tools">
<toc-element accepts-web-file-names="using-gradle.html" toc-title="Gradle overview" topic="gradle.md"/>
<toc-element toc-title="Get started with Gradle – tutorial" topic="get-started-with-jvm-gradle-project.md"/>
<toc-element topic="gradle-configure-project.md"/>
<toc-element toc-title="Compiler options in KGP" topic="gradle-compiler-options.md"/>
<toc-element toc-title="Compilation and caches in KGP" topic="gradle-compilation-and-caches.md"/>
<toc-element topic="gradle-plugin-variants.md"/>
<toc-element accepts-web-file-names="using-maven.html" topic="maven.md"/>
</toc-element>
<toc-element toc-title="Compiler and plugins">
<toc-element toc-title="Compiler">
Expand Down
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/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).