pniederw
01/18/2019, 12:23 PMprovided
for their dependency on kotlin-stdlib?karelpeeters
01/18/2019, 12:28 PMprovided
This is much like compile, but indicates you expect the JDK or a container to provide the dependency at runtime. For example, when building a web application for the Java Enterprise Edition, you would set the dependency on the Servlet API and related Java EE APIs to scope provided because the web container provides those classes. This scope is only available on the compilation and test classpath, and is not transitive.That doesn't seem to be the right scope, the JDK doesn't provide the stdlib, right? It's just an ordinary dependency.
pniederw
01/18/2019, 12:30 PMprovided
doesn't make sense here.tipsy
01/18/2019, 3:34 PMkarelpeeters
01/18/2019, 3:35 PMcompile
?tipsy
01/18/2019, 5:05 PMkarelpeeters
01/18/2019, 5:45 PMMike
01/18/2019, 6:17 PMtipsy
01/18/2019, 6:26 PMpniederw
01/18/2019, 8:25 PMtipsy
01/18/2019, 8:31 PMpniederw
01/18/2019, 8:46 PMtipsy
01/18/2019, 8:55 PM