I want to start another activity on Android but I get this error:
Please specify constructor invocation; classifier \'Page2\' does not have a companio
Try this
val intent = Intent(this, Page2::class.java) startActivity(intent)