aboutsummaryrefslogtreecommitdiff
path: root/runners/android-gradle-plugin/src/main/kotlin/mainAndroid.kt
AgeCommit message (Collapse)Author
2017-05-15Throw exception when unable to collect classpath for android dokkaSimon Ogorodnik
2017-05-15Fix dokka-android plugin with Android Gradle 2.4.0 build toolsAlex Waters
The 2.4.0 build tools delay variant dependency analysis until needed, thus we do the same; delay processing variant configurations until Dokka task execution. Changes also tested on Android Gradle 2.2.0 and 2.3.0.
2017-03-31Fix dokka-android to support new build toolsknize
Support getting variantManager after android build tools 2.3.0 API changes Fix for issue #140
2017-01-17Fixed problems with 1.0.6 compiler conflictSimon Ogorodnik
2016-12-14Hotfix 0.9.11, now dokka-android should work properlySimon Ogorodnik