Is it possible to work with Azure Mobile App Service framework on Android app with Kotlin code only ?
The Azure Mobile Apps SDK mentions only Java, but you should be able to replace all Java code with Kotlin since both compile to JVM bytecode.