Add kotlin stdlib
This commit is contained in:
parent
2c0a1e44ec
commit
dc6377179c
@ -1,4 +1,9 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-stdlib-jdk8</artifactId>
|
||||
<version>${kotlin.version}</version>
|
||||
</dependency>
|
||||
{% for dep in dependencies %}
|
||||
<dependency>
|
||||
<groupId>{{ dep.groupId }}</groupId>
|
||||
@ -9,4 +14,4 @@
|
||||
{% endif %}
|
||||
</dependency>
|
||||
{% endfor %}
|
||||
</dependencies>
|
||||
</dependencies>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user