Describe the issue
I can include following for example as commonMain dependency in shared module of a Kotlin Multiplatform project and access/use code from JVM and Android code but if I try to use from commonMain source then only certain symbols appear to be resolvable (for example can access StaticCredentialsProvider but not DynamoDbClient). Perhaps this is expected right now?
api("aws.sdk.kotlin:dynamodb:0.9.4-beta")
Steps to Reproduce
per description
Current behavior
per description
AWS Kotlin SDK version used
0.9.4
Platform (JVM/JS/Native)
JVM/Android/Common
Operating System and version
macOS 11.4
Describe the issue
I can include following for example as
commonMaindependency in shared module of a Kotlin Multiplatform project and access/use code from JVM and Android code but if I try to use fromcommonMainsource then only certain symbols appear to be resolvable (for example can accessStaticCredentialsProviderbut notDynamoDbClient). Perhaps this is expected right now?Steps to Reproduce
per description
Current behavior
per description
AWS Kotlin SDK version used
0.9.4
Platform (JVM/JS/Native)
JVM/Android/Common
Operating System and version
macOS 11.4