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

SBT plugins #29

Closed BenFradet closed 3 years ago

BenFradet commented 3 years ago

Hello,

I'm writing a Scala course using SBT and making use of an SBT plugin in project/plugins.sbt. However, this folder seems to be excluded in

https://github.com/JetBrains/educational-plugin/blob/master/Edu-Scala/src/com/jetbrains/edu/scala/sbt/ScalaSbtConfigurator.kt#L47

Which results in my course preview not compiling.

Would it be possible to not exclude this file?

igalimov commented 3 years ago

This issue is currently under investigation: https://youtrack.jetbrains.com/issue/EDU-3753.

igalimov commented 3 years ago

The issue has already been fixed; could you please close the issue?