aboutsummaryrefslogtreecommitdiff
path: root/runners/android-gradle-plugin/src/main
AgeCommit message (Collapse)Author
2019-04-10Rework Gradle plugin, autoconfiguration not working yetKamil Doległo
2019-03-01Fix dokka runtime classpath configuration (#432)Krystian Ujma
#316 Fixed
2018-05-18Enable suppression of generated files for Android plugin 3.2.0-alphaSimon Ogorodnik
Fix #308
2017-06-23Suppress output of android.R and other generated stuff in dokka-androidSimon Ogorodnik
2017-06-20Add default documentation link to android reference for dokka-androidSimon Ogorodnik
2017-06-20Configure dokka based on Kotlin compile tasksSimon Ogorodnik
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
2016-11-10Fixed android-gradle-plugin crash with android gradle build tools 2.2.0. ↵Simon Ogorodnik
Updated gradle wrapper to 2.14.1 to compile with gradle build tools 2.2.0
2016-11-01Total build refactoring, prepare for new development iterationSimon Ogorodnik
Removed old and useless build helpers Remove old .xml's from .idea and add .idea/shelf to .gitignore build-docs.xml fixed, dokka_version set to 0.9.10