I am a new developer in Android Studio, My Problem is when building my app using Kotlin Class in MainActivity Class, the error gives me not exists.
MainActivity is Java Code. Other Classes are some Kotlin and some Java.
The picture below shows the error: image_url
C:\Users\ammar\AndroidStudioProjects\SPMBot\app\src\main\java\com\infinitytechno\spmbot\MainActivity.java:11: error: package com.infinitytechno.spmbot.background.services does not exist
import com.infinitytechno.spmbot.background.services.Actions;
^