Skip to content

Use of library from commonMain in Kotlin Multiplatform Project #460

@joreilly

Description

@joreilly

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

Metadata

Metadata

Assignees

Labels

guidanceQuestion that needs advice or information.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions