# Kaynaklar

## 🚀 Kişisel Çalışmalarım

{% embed url="<https://github.com/yedhrab/KotlinCalismalarim>" %}

## 📃 Makaleler

* [Kotlin 1.4 Sürümüyle Gelen Yenilikler](https://medium.com/@halilozel1903/kotlin-1-4-s%C3%BCr%C3%BCm%C3%BCyle-gelen-yenilikler-43e43fa6e7ae)
* [What to Expect in Kotlin 1.4 and Beyond](https://blog.jetbrains.com/kotlin/2019/12/what-to-expect-in-kotlin-1-4-and-beyond/)

## ‍👨‍🔧 Sorun Çözümleri

* [compileKotlin block in build.gradle file throws error “Could not find method compileKotlin() for arguments \[…\]”](https://stackoverflow.com/a/44143253/9770490)

## 🔗 Harici Bağlantılar

* [Video Dersi (Ücretli / Udemy)](https://www.udemy.com/android-o-mobil-uygulama-dersi-kotlin-java/)
* [Keywords and Operators](https://kotlinlang.org/docs/reference/keyword-reference.html)
* [Control Flows (if, while, for)](https://kotlinlang.org/docs/reference/control-flow.html)
* [Ranges (for 1..3)](https://kotlinlang.org/docs/reference/ranges.html)
* [Properties and Fields](https://kotlinlang.org/docs/reference/properties.html)
* [Diziler ve Kümeler (Alternatif)](https://www.mobilhanem.com/kotlin-dersleri-kotlin-diziler-array/)
* [When](http://www.baeldung.com/kotlin-when)
* [Enum Class](http://developine.com/enum-classes-in-kotlin-example/) / ([Resmi Site için](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html))
* [Sealed Class ve Enum Farkı](https://proandroiddev.com/kotlin-sealed-classes-enums-with-swag-d3c4b799bcd4)
  * Sealed Class daha gelişmiş.
* [Sealed Class / Enum farkı 2](https://medium.com/@arturogdg/creating-enums-with-associated-data-in-kotlin-d9e2cdcf4a99)
* [Get / Set olayı (Properties and Fields)](https://kotlinlang.org/docs/reference/properties.html)
* [Reciever (Kullanışlıdır.)](https://stackoverflow.com/questions/45875491/what-is-a-receiver-in-kotlin)
* [Metodlarda lamda kullanımı ve örnekleri](https://medium.com/@dbottillo/kotlin-by-examples-methods-and-lambdas-25aef7544365)
