implementation 'com.example:activity-kotlin-extensions:1.0.0' kotlin val textView = findView<TextView>(R.id.text_view) kotlin textView.text = "Hello, Kotlin Extensions!" kotlin request("https://api.example.com/data") { response -> }