kt.academy Logo
Jacek profile

Jacek

Reviewed articles

Kotlin Reflection: Type references
10/30/2023
Marcin Moskała
Marcin Moskała

Kotlin Reflection: Type references

Using type references, with practical example of random value generator.

Learn morelearn more icon
Kotlin Reflection: Class references
10/23/2023
Marcin Moskała
Marcin Moskała

Kotlin Reflection: Class references

All the essential aspects of class references, and a practical object serialization example.

Learn morelearn more icon
Kotlin Reflection: Method and property references
10/16/2023
Marcin Moskała
Marcin Moskała

Kotlin Reflection: Method and property references

The general hierarchy of Kotlin reference classes, and details about method and property references.

Learn morelearn more icon
Implementing Multiplatform Kotlin Mobile
9/25/2023
Marcin Moskała
Marcin Moskała

Implementing Multiplatform Kotlin Mobile

How in Kotlin we can implement Android and iOS projects with shared logic.

Learn morelearn more icon
Implementing Multiplatform Kotlin library
9/18/2023
Marcin Moskała
Marcin Moskała

Implementing Multiplatform Kotlin library

How in Kotlin we can use multiplatform capabilities to distribute the same code to multiple platforms.

Learn morelearn more icon
Using Multiplatform Kotlin
9/11/2023
Marcin Moskała
Marcin Moskała

Using Multiplatform Kotlin

The essence of using multiplatform Kotlin capabilities and definition common elements.

Learn morelearn more icon
Kotlin and Java interoperability: Traps and gotchas
8/21/2023
Marcin Moskała
Marcin Moskała

Kotlin and Java interoperability: Traps and gotchas

The parts of Kotlin and Java interoperability that might be surprising or counterintuitive.

Learn morelearn more icon
Kotlin and Java interoperability: Useful annotations
8/14/2023
Marcin Moskała
Marcin Moskała

Kotlin and Java interoperability: Useful annotations

Learn about useful Kotlin annotations, that decide that it is compiled to on JVM.

Learn morelearn more icon
Kotlin and Java interoperability: Properties and annotations
8/7/2023
Marcin Moskała
Marcin Moskała

Kotlin and Java interoperability: Properties and annotations

Kotlin property is Java getter, setter, field and possibly more. So what to do, when you need to annotate or use a specific JVM element?

Learn morelearn more icon