-
Notifications
You must be signed in to change notification settings - Fork 22
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
Headless mode Kotlin #367
base: headless-mode
Are you sure you want to change the base?
Headless mode Kotlin #367
Conversation
I marked it as "in progress" because the "Kotlin coverage collection" task in the description is not ticked. |
I was sure that we'd discussed releasing Kotlin headless without coverage support since it requires some work to understand why Kotlin class files don't appear at all after compilation, which is required for such a task and probably will take a lot of efforts So, this PR is marked ready for review again, but it doesn't close #366. I've modified it's description to show the current status and problems |
@Hello-zoka |
…res/366-headless-kotlin
Current state:
|
Added Kotlin support and method-level generation in the headless mode. Coverage collection has to be implemented in a separate PR(see #379)
Closes #337, #366
Progress: