I’m trying to embrace android, ios and js in one multiplatform project for my talk at conference.
As I already described here (
https://youtrack.jetbrains.com/issue/KT-29453) kotlin-frontend-plugin can not work with android plugin. So I commented out everything related to android and added js part. It worked well. After I finished with js part I commented out everything related to js and uncommented android part. But now it does not recognise android in project. I can not choose module in Run/Debug configuration. And it shows message “Kotlin not configured”
Can not figure out how to configure android again