JsPlainObject

@Target(allowedTargets = [AnnotationTarget.CLASS])
actual annotation class JsPlainObject(source)

Full copy of original JsPlainObject Without this declaration compilation doesn't work as required

@Target(allowedTargets = [AnnotationTarget.CLASS])
expect annotation class JsPlainObject(source)