Inspectopedia Help

Kotlin Property Access

Kotlin Property Access

For a method to be represented as a property in Kotlin, strict “bean”-style prefixing must be used.

Accessor methods require a get prefix or for boolean-returning methods an is prefix can be used.

Issue id: KotlinPropertyAccess

https://android.github.io/kotlin-guides/interop.html#property-prefixes

Inspection Details

Available in:

IntelliJ IDEA 2023.3, Qodana for Android 2023.3, Qodana for JVM 2023.3

Plugin:

Android, 2022.3.1 Beta 2

Last modified: 13 July 2023