From e0ad48cd976eb3bf3580ba6c7be90ef11db549fb Mon Sep 17 00:00:00 2001 From: Eric Cochran Date: Sat, 28 Oct 2017 10:07:05 +0100 Subject: [PATCH] Update to Kotlin 1.1.51. --- .../test/java/com/squareup/moshi/KotlinJsonAdapterTest.kt | 6 ------ pom.xml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/kotlin/src/test/java/com/squareup/moshi/KotlinJsonAdapterTest.kt b/kotlin/src/test/java/com/squareup/moshi/KotlinJsonAdapterTest.kt index 20e442f..42ca8c5 100644 --- a/kotlin/src/test/java/com/squareup/moshi/KotlinJsonAdapterTest.kt +++ b/kotlin/src/test/java/com/squareup/moshi/KotlinJsonAdapterTest.kt @@ -17,7 +17,6 @@ package com.squareup.moshi import org.assertj.core.api.Assertions.assertThat import org.junit.Assert.fail -import org.junit.Ignore import org.junit.Test import java.io.ByteArrayOutputStream import java.util.Locale @@ -577,11 +576,6 @@ class KotlinJsonAdapterTest { var v26: Int, var v27: Int, var v28: Int, var v29: Int, var v30: Int, var v31: Int, var v32: Int) - /** - * Kotlin reflect can't target constructors with more than 32 parameters. - * https://github.com/square/moshi/issues/323 - */ - @Ignore @Test fun manyProperties33() { val moshi = Moshi.Builder().add(KotlinJsonAdapterFactory()).build() val jsonAdapter = moshi.adapter(ManyProperties33::class.java) diff --git a/pom.xml b/pom.xml index f6d013f..ae8312e 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ UTF-8 1.7 - 1.1.1 + 1.1.51 1.13.0