juro
04/21/2020, 5:48 PMdependencies { constraints { api("${Libs.LIBRARY}:${version}@aar") } }
and using implementation(Libs.LIBRARY)
in my :app gradle this dependency fails to resolve
im sure there is some parameter which could be used to define extensions, but i cant seem to figure out how to do itoctylFractal
04/21/2020, 5:51 PMimplementation("${Libs.LIBRARY}@aar")
octylFractal
04/21/2020, 5:54 PMThecharacter separates the dependency’s coordinates from the artifact’s file extension.@
juro
04/21/2020, 6:02 PM@aar
after version number. I'll try CI build, local one seems good 👍