Hello all, i try to upgrade kotlin 1.4.20 to kotlin 1.5.32 and i encounters some difficulties:
I have a library A and i update the Kotlin Version to 1.5.32, all works as expected and the aar and the pom.xml are successfully upload on artifactory.
Then I try to start my Library B which use Library A and Android Studio don't find the library (i guess).
And of course if i rollback my Library A, the library become visible. In addition the only difference between these 2 versions of my library A is the kotlin version used (1.4.20 vs 1.5.32).
I search about some breaking change related to my issue on changelogs of kotlin 1.5 without success
If anyone have an idea about this issue 😛