apatrida
09/08/2016, 12:05 PMkotlin-reflect.jar
with proguard you have to be sure it doesn't do things that break reflection. See this project for a sample: https://github.com/cypressious/KotlinReflectionProguard (there is a proguard sample file there), see this issue where it was discussed https://youtrack.jetbrains.com/issue/KT-7652, and see my answer about ensuring *.kotlin_module
files are retained in the META-INF
dir of the JAR. And in Kotlin Slack, you can ask in the #android group for any other things that come up when combining Kotlin reflection along with Proguard. Kirill who wrote that issue and sample code is in those chat groups as well, so maybe tag him on the question.