prashanth.hegde
08/05/2018, 1:22 PM1.2.41
in the library. Strangely, when I upgrade the library to 1.2.50
and above, the dependent projects (spring boot) cannot see my library. gradle command line builds fine. Only IntelliJ does not recognize the library functions. Am I missing something??
The only change being upgrading the kotlin versions from 1.2.41
to 1.2.60
AND upgrade coroutines from 0.22.5
to 0.24.0
asad.awadia
08/05/2018, 1:28 PMprashanth.hegde
08/05/2018, 1:30 PMasad.awadia
08/05/2018, 1:31 PMprashanth.hegde
08/05/2018, 1:33 PM1.2.60
. I try to keep it same as the source library.
Interesting thing to note is that - The problem comes only when the source library is upgraded to version greater than 1.2.41
If the dependent library is at 1.2.60
and source is at 1.2.41
there are no issues