Test kotlin-repeatable annotations on Android

(except for type-use annotations)
This commit is contained in:
Ilya Gorbunov
2022-05-12 22:03:13 +03:00
committed by Space
parent 8da8c94363
commit e14ac2a062
7 changed files with 58 additions and 10 deletions
@@ -4,7 +4,7 @@
// FULL_JDK
// WITH_REFLECT
// Android doesn't have @Repeatable, so findAnnotations can't unpack repeatable annotations.
// Android doesn't have @Repeatable before API level 24, so findAnnotations can't unpack repeatable annotations.
// IGNORE_BACKEND: ANDROID
import kotlin.reflect.full.findAnnotation