Advanced Kotlin

Marcin Moskała
Oprawa: Broszurowa
Rok wydania: 2023
Autor: Marcin Moskała
Format: 230x150 mm
Liczba stron: 325
64 punktów lojalnościowych za ten produkt
Dostępność:
dostępny
Producent:
EAN:
9788396684745
Czas wysyłki:
48 godzin
64,99 zł
Kup teraz
Dodaj do ulubionych Zapytaj o produkt
Opis produktu
Cechy
Komentarze

You know how to use Kotlin, but do you know the advanced features? What are the consequences of using variance modifiers? What limitations do they introduce, and how can these be overcome? How does property delegation work? How to use reflection? How to implement a KSP or an annotation processor? How is a Kotlin Compiler Plugin implemented? If you want to know the answers to these questions, this book is for you.

This book focuses on the advanced aspects of Kotlin's development. These are often features and tools that developers use daily, even though they dont know exactly how they work. This book explains them and gives you the knowledge to use these features in your projects.

WHO IS THIS BOOK FOR?

This book is for developers with Kotlin experience who want to learn about its advanced features. Readers are expected to have experience in Kotlin development. All the required knowledge can be discovered in the books Kotlin Essentials and Functional Kotlin.

WHAT IS COVERED?

This book focuses on advanced Kotlin features, including:

Generic variance modifiers

Interface and property delegation

Kotlin Contracts

Kotlin and Java interoperability

Multiplatform development

Using Kotlin/JS

Kotlin reflection

Annotation Processor

Kotlin Symbol Processor

Kotlin Compiler Plugins

Static Analysis with custom rules