-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
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:
Lines 8 to 16 in 94f61c8
class AndroidHyperskillConfigurator: HyperskillConfigurator<JdkProjectSettings>(AndroidConfigurator()) { | |
override val testDirs: List<String> | |
get() = listOf("src/test", "src/androidTest") | |
override val isCourseCreatorEnabled: Boolean | |
get() = true | |
override fun getMockFileName(course: Course, text: String): String = "Main.kt" | |
} |
Am I right to have this concern? Do we have support for making kmp projects with JetBrains Academy Plugin?
Metadata
Metadata
Assignees
Labels
No labels