Hello guys, help me please. How can I start kotlin...
# android
q
Hello guys, help me please. How can I start kotlin activity via intent from java activity? my code is
Copy code
Intent intent = new Intent(view.getActivity(), AddPaymentActivity.class);
        view.getActivity().startActivity(intent);
and I got error
java.lang.NoClassDefFoundError