How to replace the deprecated kotlinOptions in a java-library & kotlin module?
Replacing the Deprecated kotlinOptions in a Java-Library & Kotlin Module In Kotlin, the kotlinOptions configuration option in your Gradle build file is now deprecated. This article will guide you through…