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
Supporting Kotlin in the headless mode was the main goal of the #366 issue (PR #367). Due to the problems with generating .class files after Kotlin compilation, the coverage collection part was separated as an independent issue.
Problems
It was found that KotlinTestCompiler does not produce class files(if you add a similar check as in JavaTestCompiler, it fails). Such information is required to collect coverage in headless mode.
The text was updated successfully, but these errors were encountered:
Description
Supporting Kotlin in the headless mode was the main goal of the #366 issue (PR #367). Due to the problems with generating
.class
files after Kotlin compilation, the coverage collection part was separated as an independent issue.Problems
It was found that
KotlinTestCompiler
does not produce class files(if you add a similar check as inJavaTestCompiler
, it fails). Such information is required to collect coverage in headless mode.The text was updated successfully, but these errors were encountered: