Skip to content

Commit 12a7d22

Browse files
authored
misc: remove note about hierarchicalStructureSupport workaround (#822)
1 parent 766ad5d commit 12a7d22

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -138,28 +138,10 @@ aws.services=-location,-dynamodb
138138
aws.protocols=-restJson1
139139
```
140140

141-
### IntelliJ multiplatform compatibility
142-
143-
Due to an outstanding issue in IntelliJ ([KTIJ-21583](https://youtrack.jetbrains.com/issue/KTIJ-21583)), the IDE will
144-
sometimes fail to resolve symbols in composite projects like
145-
[**smithy-kotlin**](https://github.com/awslabs/smithy-kotlin) and
146-
[**aws-crt-kotlin**](https://github.com/awslabs/aws-crt-kotlin). When using either of these projects in a composite
147-
build in IntelliJ, you may need to disable hierarchical project support. Add (or modify) a **local.properties** file in
148-
**smithy-kotlin** and **aws-crt-kotlin** with the following contents:
149-
150-
```
151-
# FIXME - see https://youtrack.jetbrains.com/issue/KTIJ-21583
152-
kotlin.mpp.hierarchicalStructureSupport=false
153-
```
154-
155-
**Note**: These files should be created in the **smithy-kotlin** and **aws-crt-kotlin** projects, not the
156-
**aws-sdk-kotlin** project.
157-
158141
### Debugging
159142

160143
See [Debugging](docs/debugging.md)
161144

162-
163145
## Security
164146

165147
Please refer to our [security policy](https://github.com/awslabs/aws-sdk-kotlin/security/policy).

0 commit comments

Comments
 (0)