1376c8f8cf
#KT-16624 Fixed #KT-16625 Fixed #KT-14947 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)
|