I\'m trying to add Kotlin to my project and I need to use proguard. Which rules should I add to proguard to support Kotlin?
Thank you
Check in your build.gradle. Did you include:
build.gradle
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"