educational-plugin icon indicating copy to clipboard operation
educational-plugin copied to clipboard

KMP projects support

Open RedJocker opened this issue 7 months ago • 0 comments

Hi I'm currently in charge of writing the first hyperskill project for kotlin multiplatform and I'm concerned about what is the state of plugin support for that.

I'm currently doing a very simple project targeting only android to minimize the amount of unknowns, but even in this case at the very least the folder structure is different and I was able to see that currently on plugin there are some pieces of code that rely on that folder structure, like this piece of code:

https://github.com/JetBrains/educational-plugin/blob/94f61c80190b19b4cc51c5cceda490f52836ba57/intellij-plugin/Edu-Android/src/com/jetbrains/edu/android/hyperskill/AndroidHyperskillConfigurator.kt#L8-L16

Am I right to have this concern? Do we have support for making kmp projects with JetBrains Academy Plugin?

RedJocker avatar Jul 24 '24 19:07 RedJocker