I have tested this on my local machine with success.
Please note that I was required to perform the following additions to test, while leaving them out of the PR for obvious reasons.
add jcenter() as a repository to resolve an error:
Could not resolve all files for configuration ':launcher:dokkaHtmlPlugin'.
> Could not find org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.2.
disable release signing to publish to my local maven with the following added to the project properties:
RELEASE_SIGNING_ENABLED=false
This pr resolves the following issue: https://github.com/airbnb/mavericks/issues/574
I have tested this on my local machine with success. Please note that I was required to perform the following additions to test, while leaving them out of the PR for obvious reasons.
RELEASE_SIGNING_ENABLED=false