Skip to content

Commit 64e3017

Browse files
authored
feat: implement KMP XML serde and remove XmlPull dependency (#563)
1 parent 0cb7024 commit 64e3017

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

codegen/smithy-aws-kotlin-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/protocols/core/AwsHttpBindingProtocolGenerator.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ abstract class AwsHttpBindingProtocolGenerator : HttpBindingProtocolGenerator()
8080
// awsJson1.1
8181
// FIXME - document type not fully supported yet, see https://github.com/awslabs/smithy-kotlin/issues/123
8282
"PutAndGetInlineDocumentsInput",
83-
84-
// smithy-kotlin#519
85-
"SimpleScalarPropertiesWithWhiteSpace",
86-
"SimpleScalarPropertiesPureWhiteSpace",
8783
),
8884
TestContainmentMode.EXCLUDE_TESTS
8985
)

docs/targets.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ for the Android versions you choose to support in your application.
2020
Additional requirements:
2121

2222
* Enable [core library desugaring](https://developer.android.com/studio/write/java8-support#library-desugaring)
23-
* Exclude `xmlpull` module
2423

2524
Example config fragments:
2625

@@ -38,11 +37,6 @@ android {
3837
}
3938
}
4039

41-
// get around a build issue with xmlpull as a dependency
42-
configurations.all {
43-
exclude(group = "xmlpull", module = "xmlpull")
44-
}
45-
4640
dependencies {
4741
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.5")
4842
}

0 commit comments

Comments
 (0)