0

Is it possible to work with Azure Mobile App Service framework on Android app with Kotlin code only ?

F. Sviatoslav
  • 55
  • 1
  • 9

1 Answers1

0

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.

Grzegorz Adam Hankiewicz
  • 7,349
  • 1
  • 36
  • 78