> For the complete documentation index, see [llms.txt](https://docs.yemreak.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yemreak.com/arsiv/yazilarim/kotlin-kurulumu.md).

# Kotlin Kurulumu

## 🚴‍♂️ Genel İlerleyiş

* 👮‍♂️ Kotlin, JVM (Java Virtual Machine) kullandığından Java kurulumu gerekir

{% hint style="warning" %}
📢 JDK 8 indirin, aksi halde uyumsuzluklar olmakta
{% endhint %}

## ☕ Java Kurulumu

* 💁‍♂️ JDK'ı Oracle'a kayıt olmadan [buradan](http://enos.itcollege.ee/~jpoial/allalaadimised/jdk8/) indirebilirsin
* ❌ Public JRE'nin kurulmasına gerek yoktur

{% embed url="<https://downlinko.com/download-install-jdk-8-windows.html>" %}

## 🎃 Kotlin Kurulumu

* ⏬ Kotlin GitHub sayfasından [🏷️ latest release](https://github.com/JetBrains/kotlin/releases/latest) alanından Kotlin Compiler dosyasını indirin
* 🚚 İndirdiğiniz dosyayı çıkartın ve `C:\Users\Program Files\Kotlin` dizini açıp içine taşıyın
* 🌇 Ortam değişkenlerini ayarlama alanına girin,
* 🤵 Çıkan alanda User kısmına `KOTLIN_HOME` `C:\Program Files\Kotlin\kotlinc` değişkenini ekleyin
* ➕ Path değişkeninin sonuna da `%KOTLIN_HOME%\bin` değerini ekleyin

{% embed url="<https://downlinko.com/download-install-kotlin-windows.html>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.yemreak.com/arsiv/yazilarim/kotlin-kurulumu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
