Because it is possible to write functionl programs with Kotlin. I think you have answered your own question: it is neither. It is not purely OO, it is not purely functional .
Read moreHow do you write functional in Kotlin?
To define a function in Kotlin, fun keyword is used. Then comes the name of the function (identifier) . Here, the name of the function is callMe . In the above program, the parenthesis ( ) is empty.
Read moreIs Kotlin better than Scala?
It was designed by JetBrains, who is known for tools such as Intellij IDEA and ReSharper. Kotlin compiles directly to bytecode, but it does so much more efficiently than Scala does which means it is much more concise and performs better than Scala .
Read moreWhy Kotlin is called functional programming?
Traditional and modern programming languages, alike, are including tools and libraries that make them more functional; and Kotlin is no exception. … Kotlin enjoys the unique position of being the language of choice for Android development in addition to be, arguably, the best candidate to replace Java on the JVM.19 Haz 2019
Read more