mkobit
12/13/2017, 6:58 PMapi(kotlin("stdlib-jre8"))
and running ./gradlew genPom
with the maven-publish
plugin and getting a dependency without the version?
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jre8</artifactId>
<scope>compile</scope>
</dependency>
gildor
12/13/2017, 6:59 PMmkobit
12/13/2017, 6:59 PMgildor
12/13/2017, 6:59 PMmkobit
12/13/2017, 7:00 PMCzar
12/13/2017, 7:12 PMmkobit
12/13/2017, 7:13 PMCzar
12/13/2017, 7:13 PMgildor
12/13/2017, 7:14 PMmkobit
12/13/2017, 7:15 PMgildor
12/13/2017, 7:15 PMmkobit
12/13/2017, 7:18 PMilya.gorbunov
12/13/2017, 10:25 PMmkobit
12/13/2017, 10:28 PM