File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -138,28 +138,10 @@ aws.services=-location,-dynamodb
138138aws.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
160143See [ Debugging] ( docs/debugging.md )
161144
162-
163145## Security
164146
165147Please refer to our [ security policy] ( https://github.com/awslabs/aws-sdk-kotlin/security/policy ) .
You can’t perform that action at this time.
0 commit comments