Hi, currently I am migrating to Gradle 4.x and hav...
# gradle
t
Hi, currently I am migrating to Gradle 4.x and have following question: In kotlin library module should I use
implementation
or
api
for kotlin stdlib? 🤔