[Solved] How can we use Kotlin object with Java controllers? [closed]


Yes, if you have both Kotlin and Java files in your project, you can refer and create new objects of Kotlin class in Java.

This shows how you can setup such a project in Maven:
https://www.baeldung.com/kotlin/maven-java-project

solved How can we use Kotlin object with Java controllers? [closed]