Justin K Hong
Justin K Hong
I was able to reproduce on my end with a multi-module project. In debugging, I found that specifying something like `implementation project(':library')` causes an `AmbiguousVariantSelectionException` in the OSS licenses plugin....
@Pitel according to [this comment](https://github.com/dialogflow/dialogflow-android-client/issues/57#issuecomment-345165424), it should work. I suppose if it doesn't, you could still do it the old way. Either way should prevent the `AmbiguousVariantSelectionException` in the OSS...
Have you also tried upgrading to the latest version of the Android Gradle plugin?
Have you tried your luck asking this question in StackOverflow? This Github project is more focused on [specific Gradle plugins](https://github.com/google/play-services-plugins) for Android app development.
Is this a bug relating to one of the plugins hosted in this repository? Was there specific documentation that led you here?
I don't think it would, because Hugo is disabled for release builds. Library projects are built in release mode by default unless you explicitly set them not to. That said,...
@fangzhzh Unfortunately, I was unable to get that to work. I added "compile 'com.jakewharton.hugo:hugo-runtime:1.2.2-SNAPSHOT' to my library project instead of releaseCompile, just to avoid any confusion. Still no output from...
Thanks for your help, @fangzhzh . I finally managed to find out what was going wrong. It actually had nothing to do with the edits on the Hugo side, but...