Afzal Najam
06/19/2020, 4:19 AMAn exception occurred applying plugin request [id: 'com.android.library']
> Failed to apply plugin [id 'com.android.internal.version-check']
> Could not create plugin of type 'VersionCheckPlugin'.
> Could not initialize class com.android.build.gradle.internal.plugins.VersionCheckPlugin
any idea why this might be? I had two modules (app and lib, but I've removed the app module since). Would really appreciate it because I would like to figure out a way to do ((or contribute) an output format that does Markdown with Java signatures using Dokka 🙂.
ThanksSebastian Sellmair [JB]
06/19/2020, 2:00 PMAfzal Najam
06/19/2020, 2:01 PMSebastian Sellmair [JB]
06/19/2020, 2:01 PMAfzal Najam
06/19/2020, 5:25 PM// ---- PROBLEMATIC LINE BELOW
in the root build.gradle file. Really appreciate it!Afzal Najam
06/19/2020, 9:24 PMclasspath("com.google.guava:guava:27.0.1-jre")
in the buildscript classpath fixes it. I don't understand why, though. I don't see any usage of guava that would override this in the dokka source/build files. Maybe you have a better idea.
Here's the issue that pointed me to the workaround:
https://github.com/GoogleContainerTools/jib/issues/591Zach Klippenstein (he/him) [MOD]
06/21/2020, 6:16 PM> Extension of type ‘KotlinProjectExtension’ does not exist. Currently registered extension types: [ExtraPropertiesExtension, ApiValidationExtension, Boolean]
Afzal Najam
06/21/2020, 6:20 PMZach Klippenstein (he/him) [MOD]
06/21/2020, 6:22 PMindex.html
page for the module though, not the nagivation.html
page.Zach Klippenstein (he/him) [MOD]
06/21/2020, 6:23 PMAfzal Najam
06/21/2020, 6:24 PMZach Klippenstein (he/him) [MOD]
06/21/2020, 6:24 PMZach Klippenstein (he/him) [MOD]
06/21/2020, 6:28 PMSebastian Sellmair [JB]
06/22/2020, 11:24 AMSebastian Sellmair [JB]
06/22/2020, 2:48 PMAfzal Najam
06/22/2020, 3:16 PMSebastian Sellmair [JB]
06/24/2020, 11:19 AMSebastian Sellmair [JB]
06/24/2020, 11:28 AMAfzal Najam
06/24/2020, 1:31 PM