JetBrains / educational-plugin

Educational plugin to learn and teach programming languages such as Kotlin, Java, Python, JavaScript, and others right inside of JetBrains IntelliJ Platform based IDEs.
https://jetbrains.com/edu-products
Apache License 2.0
147 stars 48 forks source link

KMP projects support #42

Open RedJocker opened 1 month ago

RedJocker commented 1 month ago

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?