-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kotlin test compilation fails on Windows due to unresolved symbols #407
Comments
|
Never mind, I could not fix. I got an |
@Vladislav0Art I think the problem you described with regard to the Calculator is a Kotlin problem, not TestSpark. Update: never mind, I just cannot write kotlin code without an IDE. It's been a long day. |
Describe the bug
Kotlinc tests cannot be compiled successfully on Windows due to an unresolved symbol error.
I have
java
installed on my machine and present inPATH
, which allowshotline
to execute successfully. However, there is potentially another issue when no java in PATH is present (TODO(@Vladislav0Art): check it!). A potential solution is to search for Java on Windows as well.There is a warning that the file location does not match its package:
The file is located under:
Here is the type of error I get for all test cases:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Kotlin compilation should work on Windows.
Additional context
Compilation for Java works fine on the other hand.
The text was updated successfully, but these errors were encountered: