When I try to compile the library I got this error:
[ERROR] java.lang.IllegalStateException: Descriptor public open fun toString(): String defined in org.kevoree.api.PrimitiveCommand[DeserializedSimpleFunctionDescriptor@1f99714] is overridable by internal open fun toString(): kotlin.String defined in org.kevoree.library.defaultNodeTypes.command.RemoveInstance[SimpleFunctionDescriptorImpl@1bf1986] and visible but does not appear in its getOverriddenDescriptors()
When I try to compile the library I got this error:
[ERROR] java.lang.IllegalStateException: Descriptor public open fun toString(): String defined in org.kevoree.api.PrimitiveCommand[DeserializedSimpleFunctionDescriptor@1f99714] is overridable by internal open fun toString(): kotlin.String defined in org.kevoree.library.defaultNodeTypes.command.RemoveInstance[SimpleFunctionDescriptorImpl@1bf1986] and visible but does not appear in its getOverriddenDescriptors()