Using IntelliJ-s latest version I’m getting this error trying to build master branch version:
I have been able to fix it adding this maven url to build.gradle files (not all of them, only those that already had the mavenCentral() line ):
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
Some questions:
- Why is it? I don’t get it, because using previous IntelliJ’s versions the building was OK.
- Is it a good idea to add this maven repo url to build.gradle files and send a PR with it?
- Is it OK to ask this kind of questions here or should I open an issue in GitHub?
Thanks.