Raise deprecation level for org.junit.Test in stdlib for common and JS
#KT-21703
This commit is contained in:
@@ -25,6 +25,12 @@
|
||||
<version>${kotlin.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-test-annotations-common</artifactId>
|
||||
<version>${kotlin.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
-1
@@ -1,7 +1,6 @@
|
||||
package org.jetbrains
|
||||
|
||||
import kotlin.test.*
|
||||
import org.junit.Test
|
||||
|
||||
open class SharedTest {
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user