9534934f43
#KT-10465 Fixed #KT-12880 Fixed
5 lines
133 B
Kotlin
Vendored
5 lines
133 B
Kotlin
Vendored
import android.app.Activity
|
|
import com.myapp.R
|
|
|
|
fun Activity.getSetMainContentView() = setContentView(R.layout.<caret>activity_main)
|