gojuno / koptional

Minimalistic Optional type for Kotlin that tries to fit its null-safe type system as smooth as possible.
Apache License 2.0
289 stars 21 forks source link

Fix Spek execution with IntelliJ plugin. #8

Closed utwyko closed 7 years ago

utwyko commented 7 years ago

Spek execution in IntelliJ using the Plugin is currently broken, because the plugin executes using junit-platform-launcher 1.0.0.M3 instead of the now expected M4 (see https://github.com/JetBrains/spek/issues/195).

Adding junit-platform-launcher 1.0.0.M4 to the test classpath is the suggested workaround.

artem-zinnatullin commented 7 years ago

Yup, thanks!