Kotlin: Difference between revisions
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 51: | Line 51: | ||
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin-arrays Kotlin » Core » Arrays] | * [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin-arrays Kotlin » Core » Arrays] | ||
| valign="top" | | |||
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin-lang-scope Kotlin » Core » Lang » Scope] | |||
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin-lang Kotlin » Core » Lang] | |||
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin-files Kotlin » Core » Files] | |||
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin-lang-oop Kotlin » Core » OOP] | |||
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin-io Kotlin » Core » IO] | |||
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin Kotlin » Core] | |||
|- | |||
| colspan="3" | | |||
---- | |||
|- | |||
| valign="top" | | | valign="top" | | ||
* [https://kotlinlang.org/docs/java-to-kotlin-interop.html Kotlin » Calling from Java] | * [https://kotlinlang.org/docs/java-to-kotlin-interop.html Kotlin » Calling from Java] | ||
Line 56: | Line 68: | ||
* [https://kotlinlang.org/docs/java-interop.html Kotlin » Calling Java] | * [https://kotlinlang.org/docs/java-interop.html Kotlin » Calling Java] | ||
* [https://kotlinlang.org/docs/mixing-java-kotlin-intellij.html Kotlin » Mixing Java] | * [https://kotlinlang.org/docs/mixing-java-kotlin-intellij.html Kotlin » Mixing Java] | ||
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/kotlin-json Kotlin » JSON] | |||
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/kotlin-math Kotlin » Math] | |||
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/kotlin-js Kotlin » JS] | |||
| valign="top" | | |||
| valign="top" | | |||
|- | |- |
Latest revision as of 22:02, 13 February 2024
<properties>
<kotlin.version>1.3.72</kotlin.version>
</properties>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>${kotlin.version}</version>
</dependency>
</dependencies>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-osgi-bundle</artifactId>
<version>${kotlin.version}</version>
</dependency>
</dependencies>
References
| ||
| ||