computeIsJvmField

Infers if property is a jvm field and should be annotated as such given the input parameters.

fun computeIsJvmField(property: ImmutableKmProperty, classInspector: ClassInspector, isCompanionObject: Boolean, hasGetter: Boolean, hasSetter: Boolean, hasField: Boolean): Boolean