import android.view.* import android.app.* import android.widget.* import kotlinx.android.synthetic.main.layout.* class MyActivity : Activity() { { textView.setText("Some text") } }