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

Cannot use dependency reference with char ) in library name #100

Closed
Golvanig opened this issue Feb 4, 2018 · 1 comment
Closed

Cannot use dependency reference with char ) in library name #100

Golvanig opened this issue Feb 4, 2018 · 1 comment
Assignees

Comments

@Golvanig
Copy link

Golvanig commented Feb 4, 2018

We do use special characters as () to reference intermediate libraries as for instance: 'dev-1.1.0-alpha3(T2)'
It works perfectly within gradle script but the path extraction in function
extractIncludeTarget at line 63, file 'ResolveIncludes.kt'
.split(")")[0].trim(' ', '"')
which extracts the file path and matches with '@file:Include('
stops at our inner naming and not the last ).
Managing the extract a bit differently would solve the issue.
Is it possible?
Thanks

@Golvanig
Copy link
Author

Many Thanks,
Your kscript is very useful and this is a very good and practical addition to kotlin way of use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants