Join Slack
Powered by
is there any refactoring option on Android Studio/...
# android
l
leosan
04/05/2018, 4:47 PM
is there any refactoring option on Android Studio/IntelliJ that converts ?
fun getFoo = ...
to
val foo get() = ...
j
jishindev
04/06/2018, 5:56 AM
I believe you can write your own. Not sure though. Just check once.
Open in Slack
Previous
Next