Nikola Milovic
08/20/2021, 3:48 PMCaused by: org.gradle.internal.resolve.ArtifactNotFoundException: Could not find runtime-1.0.0-alpha2-samplessources.jar (org.jetbrains.compose.runtime:runtime:1.0.0-alpha2).
I had similar issue in another library and had to move to default compiler and not IR, and now idk if that breaks
implementation(compose.runtime)
implementation(compose.web.widgets)
I have a KMP project and a web-app module with this in the build gradleCLOVIS
08/20/2021, 4:07 PMNikola Milovic
08/20/2021, 4:08 PMrocketraman
08/20/2021, 6:17 PM