how to write this JAVA code
FloatingActionButton floatingButton;
in kotlin i have do something like
private var floatingButton:FloatingActionButton?= null
but gettting Smart Cast error.
how to write this JAVA code
FloatingActionButton floatingButton;
in kotlin i have do something like
private var floatingButton:FloatingActionButton?= null
but gettting Smart Cast error.