I am new to AOSP development and wanted to know the following:
- Can the Kotlin be used for AOSP development for Automotive Domain?
- If yes, are there any examples for the same?
- If No, reason why Kotlin cannot be used?
Thanks in advance :)
CodePudding user response:
Hi it is possible to use Kotlin for your automotive android project. in android studio when you choose android automotive from templates you can choose default language and Kotlin is one of options.