Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow plugins to use widgets lib #5377

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 6, 2020

  1. allow plugins to use widgets lib

    I have plugins that use classes from the nativescript widget libs.
    Now i want to publish the plugin with the java sources directly.
    If i do that i need to add `widget-release` to the dependencies.
    
    Now i could do that in the plugin include.gradle, it will make plugin build to work however then app building wont work because the widgets lib will be included twice
    
    So the best solution is automatically add it here.
    I am not happy about the path thing, however it will work in all cases.
    farfromrefug committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    759391e View commit details
    Browse the repository at this point in the history