Didn't notice this channel, so crossposting from g...
# build-tools
t
Didn't notice this channel, so crossposting from general. 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 believe should be scope of
runtime
). Is this intentional or an oversight?