diff --git a/runtime/src/main/kotlin/konan/internal/Annotations.kt b/runtime/src/main/kotlin/konan/internal/Annotations.kt index bc3c46cfee6..1991475948d 100644 --- a/runtime/src/main/kotlin/konan/internal/Annotations.kt +++ b/runtime/src/main/kotlin/konan/internal/Annotations.kt @@ -26,6 +26,6 @@ annotation class Intrinsic /** * Exports symbol for compiler needs. */ -@Target(AnnotationTarget.FUNCTION, AnnotationTarget.CONSTRUCTOR) +@Target(AnnotationTarget.FUNCTION, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.CLASS) @Retention(AnnotationRetention.BINARY) annotation class ExportForCompiler \ No newline at end of file