When you comment on Java methods in Android Studio, I can enter / ** and AS generates javadoc with method parameters and return type for me. But that doesn't seem to work for Kotlin.
Is there a way to teach AS to automatically generate method documents in the Kotlin KDoc format?
Edit: yes, this question is about the same as a possible duplicate, but my question is not “why?”, I understand that KDoc has a different format. My question is, is there a way to do the same for Kotlin in AS? Maybe there is a way to add / change this template or something like this?
source share