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