https://kotlinlang.org logo
t

taer

01/14/2020, 7:10 PM
Question on the kotlin-bom. It looks like the scopes aren't properly set in it.
Copy code
<dependency>
   <groupId>${project.groupId}</groupId>
   <artifactId>kotlin-test</artifactId>
   <version>${kotlin.version}</version>
</dependency>
Same with kotlin-reflect(which I belive should be scope of
reflect
). Is this intentional or an oversight?
a

Alexey Belkov [JB]

01/17/2020, 11:05 AM
Hi! It's not clear to me, can you please file an issue at http://kotl.in/issue and describe your use case. That way we can get a documented answer from a responsible developer. For reference, the original issue for introducing kotlin-bom: https://youtrack.jetbrains.com/issue/KT-18398
t

taer

01/31/2020, 4:50 PM
Did some googling. It's apparently bad juju to specify scopes in the bom. So it's correct as is. Thanks
👍 1
4 Views