Implemented kotlin quick fix provider for create android resource quick fixes
#KT-10465 Fixed #KT-12880 Fixed
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import android.app.Activity
|
||||
import com.myapp.R
|
||||
|
||||
fun Activity.getSetMainContentView() = setContentView(R.layout.<caret>activity_main)
|
||||
Reference in New Issue
Block a user