compute Is Jvm Field
fun computeIsJvmField(property: ImmutableKmProperty, classInspector: ClassInspector, isCompanionObject: Boolean, hasGetter: Boolean, hasSetter: Boolean, hasField: Boolean): Boolean
Content copied to clipboard
Infers if property is a jvm field and should be annotated as such given the input parameters.