Remove or replace deprecated kotlin-runtime artifact usages
This commit is contained in:
-5
@@ -19,11 +19,6 @@
|
||||
<artifactId>kotlin-reflect</artifactId>
|
||||
<version>${kotlin.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-runtime</artifactId>
|
||||
<version>${kotlin.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-stdlib</artifactId>
|
||||
|
||||
-1
@@ -21,7 +21,6 @@ import java.util.jar.Attributes
|
||||
import java.util.jar.Manifest
|
||||
|
||||
val LIBRARIES = listOf(
|
||||
"kotlin-runtime",
|
||||
"kotlin-stdlib",
|
||||
"kotlin-stdlib-common",
|
||||
"kotlin-stdlib-jre7",
|
||||
|
||||
Reference in New Issue
Block a user