compose-multiplatform-charts icon indicating copy to clipboard operation
compose-multiplatform-charts copied to clipboard

Cannot import aar in common main

Open francescogatto opened this issue 1 year ago • 0 comments

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?

francescogatto avatar Aug 14 '23 18:08 francescogatto