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
151 stars 51 forks source link

Java files not accessible in Kotlin Course for Learner #28

Closed marcelmatula closed 4 years ago

marcelmatula commented 4 years ago

There is possible to add java files into task in Kotlin course in Teacher mode however such java files are excluded when running course in learner mode.

When I want to create task where I want to practice conversion Java code to Kotlin and do proper adjustment with converted java code - it is not possible. I can only put java code inside html doc for Task description which is not good at all.

Also task for Java <-> Kotlin interop are not possible to do without putting java files into Kotlin Course.

Could you allow placing Java files into Kotlin Course so they will be accessible/visible also in imported course for learner?

marcelmatula commented 4 years ago

I find a way how to handle it: