epam / CoroutinesCache

In mobile development exists solution for caching with RxJava usage, but there is no solutions for Kotlin Coroutines. The project is to provide this functionality to mobile community.
Apache License 2.0
162 stars 7 forks source link

AnnotationRetention changed from SOURCE to RUNTIME #13

Closed LikeAnyan closed 5 years ago

LikeAnyan commented 5 years ago

Changed AnnotationRetention for annotations to retrieve them in runtime via reflection according to issue https://github.com/epam/CoroutinesCache/issues/12