is there any refactoring option on Android Studio/...
# android
l
is there any refactoring option on Android Studio/IntelliJ that converts ?
fun getFoo = ...
to
val foo get() = ...
j
I believe you can write your own. Not sure though. Just check once.