With the code below, I am getting the following error in IntelliJ IDEA 13.1.6 and Kotlin plugin 0.11.91.AndroidStudio.3:
Platform declaration clash: The foll
Making that variable private solves the problem.
private
public class KotlinClass(private val name: String?) : JavaInterface