MPP: Update Kotlin version in tests to 1.3-RC3

This commit is contained in:
Alexey Sedunov
2018-10-03 14:09:56 +03:00
parent abec171685
commit 523b662680
@@ -19,7 +19,7 @@ import org.junit.Test
import org.junit.runners.Parameterized
class NewMultiplatformProjectImportingTest : GradleImportingTestCase() {
private val kotlinVersion = "1.3.0-rc-6"
private val kotlinVersion = "1.3.0-rc-146"
@Test
fun testProjectDependency() {