User Tools

Site Tools


tutorial:kotlin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tutorial:kotlin [2023/08/11 12:44] – grammar, spelling, wording toostertutorial:kotlin [2026/09/03 16:53] (current) – minor wording tweaks mcgambingpro
Line 1: Line 1:
 ====== Using Kotlin with Fabric ====== ====== Using Kotlin with Fabric ======
-**WARNING: this document assumes you have prior knowledge of Java (and a bit of JVM and Gradle). THIS IS NOT A KOTLIN LANGUAGE TUTORIAL, for that see [[https://kotlinlang.org/docs/getting-started.html|the official Kotlin site]].**+**WARNING: this document assumes you have prior knowledge of Java (and a fair bit of JVM and Gradle). THIS IS NOT A KOTLIN LANGUAGE TUTORIAL, for that see [[https://kotlinlang.org/docs/getting-started.html|the official Kotlin site]].**
  
-[[https://kotlinlang.org/|Kotlin]] is a very powerful language which highly integrates with Java and can be executed on a JVM (it's compiled down to Java but you can write interop java and kotlin code in one project). This means, that you can use Kotlin for development of Minecraft fabric mods!+[[https://kotlinlang.org/|Kotlin]] is a very powerful language which highly integrates with Java and can be executed on a JVM (it's compiled down to Java but you can write interop Java and Kotlin code in one project). This means, that you can use Kotlin in the development of Minecraft Fabric mods!
  
 ===== Advantage of using Kotlin ===== ===== Advantage of using Kotlin =====
tutorial/kotlin.txt · Last modified: 2026/09/03 16:53 by mcgambingpro