You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
educational-plugin/intellij-plugin/Edu-Android/src/com/jetbrains/edu/android/hyperskill/AndroidHyperskillConfigurator.kt
Lines 8 to 16 in 94f61c8
Am I right to have this concern? Do we have support for making kmp projects with JetBrains Academy Plugin?
The text was updated successfully, but these errors were encountered: