Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot import aar in common main #37

Open
francescogatto opened this issue Aug 14, 2023 · 0 comments
Open

Cannot import aar in common main #37

francescogatto opened this issue Aug 14, 2023 · 0 comments

Comments

@francescogatto
Copy link

Hi added .aar in libs folder inside src of common main and added it in sourcesets

sourceSets {
val commonMain by getting {
dependencies {
implementation(compose.runtime)
implementation(compose.foundation)
implementation(compose.material)
implementation(compose.materialIconsExtended)
@OptIn(org.jetbrains.compose.ExperimentalComposeLibrary::class)
implementation(compose.components.resources)
implementation(files("./src/libs/charts-debug.aar"))

        }
    }

Still impossible to call it. is it normal?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant