<Unresolved reference: "StartActivity" [KOTLIN]> I...
# stackoverflow
u
Unresolved reference: "StartActivity" [KOTLIN] I'm trying to open multiple links with one webview activity, from MainActivity using bottomsheet dialog to my WebView activity, but i have problem with : Unresolved reference: StartActivity class MainActivity : AppCompatActivity() { private var urls = arrayOfNulls(2) @SuppressLint("WrongConstant") override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) urls[0] =...