Originally Answered: Can a package in an Android app have both the Kotlin code and the Java code? Yes. You can even call Kotlin and Java code together , Kotlin was made to be a JVM language, and works very well with Java. You can even compile it to JavaScript.