-
Notifications
You must be signed in to change notification settings - Fork 506
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
0.4.0 depends on upstream Kotlin 1.1 M04, which no longer available in Maven Central #31
Comments
afaict it is standard for various sorts of 'beta' releases to have limited lifetimes on repositories in the Java world. |
Hi @orospakr. Thanks for letting me know. M04 is still available, the problem is Gradle ignores |
btw, if you don't need koltin 1.1 features you can go with the previous ktlint@0.3.1 release (in case you don't want to add EAP repo). feature-wise ktlint@0.4.0 and 0.3.1 are the same. The only difference is kotlin compiler version. |
Thank you for the great answers :) |
@shyiko Can we have a release without the requirement for |
The text was updated successfully, but these errors were encountered: