Hi all, In Java, we can use gradle to point to a s...
# getting-started
t
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
@thuanle there is no difference to Java in this area, do you have any particular issue with that?
🙂 1
t
Oh, my bad. I've just found an example it worked as the same with
<https://github.com/JakeWharton/kotterknife>