You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: