I'm struggling with my first project on KMP.
I creat a project simple from KMP plugin in IntilijIdea.
Creating all the necessary module for me: Android, Desktop and web.
After trying hard I succeeded in making Desktop and Web part compile
The problem is with Android part it doesn't compile.
And finally I created KMM project using Android Studio
It works correctly but I failed to add it with the desktop and web project
What I have to do ?!
Is there any willing from Jetbrain team to improve the user experience with the plugin and the default project sample ?! 😢
...
By the way, I'm just a student have prior knowledge with Android (Kotlin/Java)
But I have to make a website and Android App to my school
So I think Kotlin multiplatform is the best choice as I master Kotlin
...
So I'm asking if any one can help me in the gradle files
And also if my choice of KMP is right ?!
Or I have to pick another technology like Flutter/ React native instead