-
Notifications
You must be signed in to change notification settings - Fork 410
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
KotlinException #140
Comments
I'm having the same, and it also happens for Kotlin 1.0.6 |
Note that it doesn't happen for the android plugin 2.2.3. |
Same here... I can't do a gradle sync... |
Figured out here guys The classpath in dependencies section was wrong. It was pointing to a path that apparently doenst exist (or maybe just doesnt work with gradle 2.3) So I had to change from
into
Everything OK here now. Please see more details in http://stackoverflow.com/questions/42929909/cant-build-project-with-android-studio-2-3-and-gradle |
The solution posted by ggbc works, but we are just changing the dokka android plugin for the normal plugin (I'm guessing there is a good reason for having a different plugin for android). There is still something wrong with the android plugin which causes a KotlinNullPointerException. |
Support getting variantManager after android build tools 2.3.0 API changes Fix for issue Kotlin#140
* Support lib 25.3.1 * Store 2.0.3 * Android Gradle plugin 2.3.0 * Temp replace Dokka Android by regular Dokka plugin. See Kotlin/dokka#140 * Fix lint * Make the pre-push run with --debug and --stacktrace * Gradle clean-up, re-enable incremental compilation
I'm facing to a similar issue, when to you plan to release a version that fix this bug ? Do you have snapshots releases ? |
We don't have snapshot releases, but you can easily build Dokka for
yourself `./gradlew publishToMavenLocal`. Also, Dokka 0.9.14 will be
released after 1.1.2 Kotlin
…On Wed, Apr 19, 2017 at 6:09 PM, Vincent Masselis ***@***.***> wrote:
I'm facing to a similar issue, when to you plan to release a version that
fix this bug ? Do you have snapshots releases ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#140 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AB1HPPxU4z3DzdpgEVbhQjbuRBqhoU4iks5rxiO7gaJpZM4MR2Ux>
.
--
Best regards,
Simon Ogorodnik
Junior Developer in Kotlin
JetBrains
http://www.jetbrains.com
The Drive to Develop
|
Thanks, I will try this way :) |
All hitting this problem can try 0.9.14 EAP 3 |
Fixed in 0.9.14 |
dokka version 0.9.13
kotlin version 1.1.0
gradle version 2.3
android studio 2.3
Error while syncing the project
The text was updated successfully, but these errors were encountered: