[KAPT] Keep annotations from kotlin.jvm. in stubs

^KT-35104 Fixed
This commit is contained in:
Andrey Zinovyev
2021-02-05 13:41:46 +03:00
committed by GitHub
parent a68837451a
commit 08111031ec
15 changed files with 56 additions and 2 deletions
@@ -16,6 +16,7 @@ package test;
import java.lang.System;
@kotlin.jvm.JvmName(name = "AnnotationsTest")
@kotlin.Metadata()
public final class AnnotationsTest {