When trying to install jetpack compose to local ma...
# compose
t
When trying to install jetpack compose to local maven repository using
uploadArchives
gradle task, It installs all archives except
ui-android-text
. But it is listed in the dependencies of
ui-text
module. I managed to workaround this issue by setting
publish = true
in
Copy code
android-text/build.gradle
android-text/build.gradle
, but i wonder if this is an intended behaviour