<How to let kotlin library support java project fr...
# stackoverflow
u
How to let kotlin library support java project friendly I create an kotlin library and published into maven central. However, if this library is used by pure java project, user must add the dependency “kotlin-stdlib” explicitly. It looks like that the “koitlin-stdlib” is automatically excluded from grade/maven dependency tree because it is treated as provided dependency. How to resolve this problem?