Hi all,
In Java, we can use gradle to point to a specific lib. In kotlin, can we use the same mechanism? How?
For example, I have some *.kt extension functions for Android. How can I publish as common libs for other projects to import?
o
orangy
06/26/2017, 9:24 AM
@thuanle there is no difference to Java in this area, do you have any particular issue with that?
🙂 1
t
thuanle
06/26/2017, 9:33 AM
Oh, my bad. I've just found an example it worked as the same with