We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a problem with the Kotlin daemon. In case of failure, it silently falls into fallback mode. This could slow down the build by several times.
Could not perform incremental compilation: Could not connect to Kotlin compile daemon Could not connect to kotlin daemon. Using fallback strategy.
Here is more details: https://youtrack.jetbrains.com/issue/KT-48843
Detekt and fail the build. A warning in many cases is not enough because there are already warnings in logs from the compiler.
Feel free to reuse sample implementation from avito-tech/avito-android#1326
The text was updated successfully, but these errors were encountered:
Thanks for filing this. This is a good idea to implement!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The problem
There is a problem with the Kotlin daemon. In case of failure, it silently falls into fallback mode. This could slow down the build by several times.
Here is more details: https://youtrack.jetbrains.com/issue/KT-48843
Proposal
Detekt and fail the build. A warning in many cases is not enough because there are already warnings in logs from the compiler.
Feel free to reuse sample implementation from avito-tech/avito-android#1326
The text was updated successfully, but these errors were encountered: