Giter Site home page Giter Site logo

compose-web-canvas-symbol-missing's Introduction

Missing Symbol with Compose for Web (1.2.0-alpha01-dev755) on Canvas

This fails:

  • ./gradlew clean frontendJsBrowserDevelopmentRun

This works:

  • ./gradlew clean frontendJsBrowserProductionRun

Error

Module "androidx.compose.foundation:foundation" has a reference to symbol [ File '/mnt/agent/work/24a6d4ab147eab50/compose/frameworks/support/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/LazyGridLayoutInfo.kt' <- androidx.compose.foundation.lazy.grid/EmptyLazyGridLayoutInfo|null[0] ]. Neither the module itself nor its dependencies contain such declaration.

This could happen if the required dependency is missing in the project. Or if there is a dependency of "androidx.compose.foundation:foundation" that has a different version in the project than the version that "androidx.compose.foundation:foundation" was initially compiled with. Please check that the project configuration is correct and has consistent versions of all required dependencies.

The list of "androidx.compose.foundation:foundation" dependencies that may lead to conflicts:
 1. "kotlin" (a library with unknown version)
 2. "androidx.compose.animation:animation" (a library with unknown version)
 3. "androidx.compose.animation:animation-core" (a library with unknown version)
 4. "androidx.compose.foundation:foundation-layout" (a library with unknown version)
 5. "androidx.compose.runtime:runtime" (a library with unknown version)
 6. "androidx.compose.runtime:runtime-saveable" (a library with unknown version)
 7. "androidx.compose.ui:ui" (a library with unknown version)
 8. "androidx.compose.ui:ui-geometry" (a library with unknown version)
 9. "androidx.compose.ui:ui-graphics" (a library with unknown version)
10. "androidx.compose.ui:ui-text" (a library with unknown version)
11. "androidx.compose.ui:ui-unit" (a library with unknown version)
12. "androidx.compose.ui:ui-util" (a library with unknown version)
13. "org.jetbrains.skiko:skiko" (a library with unknown version)
14. "org.jetbrains.kotlinx:atomicfu" (a library with unknown version)
15. "org.jetbrains.kotlinx:kotlinx-coroutines-core" (a library with unknown version)

Project dependencies:
+--- kotlin
+--- androidx.compose.animation:animation
|    +--- kotlin
|    +--- androidx.compose.animation:animation-core
|    |    +--- kotlin
|    |    +--- androidx.compose.runtime:runtime
|    |    |    +--- kotlin
|    |    |    +--- org.jetbrains.kotlinx:atomicfu
|    |    |    |    \--- kotlin
|    |    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core
|    |    |         +--- kotlin
|    |    |         \--- org.jetbrains.kotlinx:atomicfu (*)
|    |    +--- androidx.compose.runtime:runtime-saveable
|    |    |    +--- kotlin
|    |    |    +--- androidx.compose.runtime:runtime (*)
|    |    |    +--- org.jetbrains.kotlinx:atomicfu (*)
|    |    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core (*)
|    |    +--- androidx.compose.ui:ui
|    |    |    +--- kotlin
|    |    |    +--- androidx.compose.runtime:runtime (*)
|    |    |    +--- androidx.compose.runtime:runtime-saveable (*)
|    |    |    +--- androidx.compose.ui:ui-geometry
|    |    |    |    +--- kotlin
|    |    |    |    +--- androidx.compose.runtime:runtime (*)
|    |    |    |    +--- androidx.compose.ui:ui-util
|    |    |    |    |    \--- kotlin
|    |    |    |    +--- org.jetbrains.kotlinx:atomicfu (*)
|    |    |    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core (*)
|    |    |    +--- androidx.compose.ui:ui-graphics
|    |    |    |    +--- kotlin
|    |    |    |    +--- androidx.compose.runtime:runtime (*)
|    |    |    |    +--- androidx.compose.ui:ui-geometry (*)
|    |    |    |    +--- androidx.compose.ui:ui-unit
|    |    |    |    |    +--- kotlin
|    |    |    |    |    +--- androidx.compose.runtime:runtime (*)
|    |    |    |    |    +--- androidx.compose.ui:ui-geometry (*)
|    |    |    |    |    +--- androidx.compose.ui:ui-util (*)
|    |    |    |    |    +--- org.jetbrains.kotlinx:atomicfu (*)
|    |    |    |    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core (*)
|    |    |    |    +--- androidx.compose.ui:ui-util (*)
|    |    |    |    +--- org.jetbrains.skiko:skiko
|    |    |    |    |    +--- kotlin
|    |    |    |    |    +--- org.jetbrains.kotlinx:atomicfu (*)
|    |    |    |    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core (*)
|    |    |    |    +--- org.jetbrains.kotlinx:atomicfu (*)
|    |    |    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core (*)
|    |    |    +--- androidx.compose.ui:ui-text
|    |    |    |    +--- kotlin
|    |    |    |    +--- androidx.compose.runtime:runtime (*)
|    |    |    |    +--- androidx.compose.runtime:runtime-saveable (*)
|    |    |    |    +--- androidx.compose.ui:ui-geometry (*)
|    |    |    |    +--- androidx.compose.ui:ui-graphics (*)
|    |    |    |    +--- androidx.compose.ui:ui-unit (*)
|    |    |    |    +--- androidx.compose.ui:ui-util (*)
|    |    |    |    +--- org.jetbrains.skiko:skiko (*)
|    |    |    |    +--- org.jetbrains.kotlinx:atomicfu (*)
|    |    |    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core (*)
|    |    |    +--- androidx.compose.ui:ui-unit (*)
|    |    |    +--- androidx.compose.ui:ui-util (*)
|    |    |    +--- org.jetbrains.skiko:skiko (*)
|    |    |    +--- org.jetbrains.kotlinx:atomicfu (*)
|    |    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core (*)
|    |    +--- androidx.compose.ui:ui-geometry (*)
|    |    +--- androidx.compose.ui:ui-graphics (*)
|    |    +--- androidx.compose.ui:ui-text (*)
|    |    +--- androidx.compose.ui:ui-unit (*)
|    |    +--- androidx.compose.ui:ui-util (*)
|    |    +--- org.jetbrains.skiko:skiko (*)
|    |    +--- org.jetbrains.kotlinx:atomicfu (*)
|    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core (*)
|    +--- androidx.compose.foundation:foundation-layout
|    |    +--- kotlin
|    |    +--- androidx.compose.runtime:runtime (*)
|    |    +--- androidx.compose.runtime:runtime-saveable (*)
|    |    +--- androidx.compose.ui:ui (*)
|    |    +--- androidx.compose.ui:ui-geometry (*)
|    |    +--- androidx.compose.ui:ui-graphics (*)
|    |    +--- androidx.compose.ui:ui-text (*)
|    |    +--- androidx.compose.ui:ui-unit (*)
|    |    +--- androidx.compose.ui:ui-util (*)
|    |    +--- org.jetbrains.skiko:skiko (*)
|    |    +--- org.jetbrains.kotlinx:atomicfu (*)
|    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core (*)
|    +--- androidx.compose.runtime:runtime (*)
|    +--- androidx.compose.runtime:runtime-saveable (*)
|    +--- androidx.compose.ui:ui (*)
|    +--- androidx.compose.ui:ui-geometry (*)
|    +--- androidx.compose.ui:ui-graphics (*)
|    +--- androidx.compose.ui:ui-text (*)
|    +--- androidx.compose.ui:ui-unit (*)
|    +--- androidx.compose.ui:ui-util (*)
|    +--- org.jetbrains.skiko:skiko (*)
|    +--- org.jetbrains.kotlinx:atomicfu (*)
|    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core (*)
+--- androidx.compose.animation:animation-core (*)
+--- androidx.compose.foundation:foundation
|    ^^^ This module requires symbol [ File '/mnt/agent/work/24a6d4ab147eab50/compose/frameworks/support/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/LazyGridLayoutInfo.kt' <- androidx.compose.foundation.lazy.grid/EmptyLazyGridLayoutInfo|null[0] ].
|    +--- kotlin
|    +--- androidx.compose.animation:animation (*)
|    +--- androidx.compose.animation:animation-core (*)
|    +--- androidx.compose.foundation:foundation-layout (*)
|    +--- androidx.compose.runtime:runtime (*)
|    +--- androidx.compose.runtime:runtime-saveable (*)
|    +--- androidx.compose.ui:ui (*)
|    +--- androidx.compose.ui:ui-geometry (*)
|    +--- androidx.compose.ui:ui-graphics (*)
|    +--- androidx.compose.ui:ui-text (*)
|    +--- androidx.compose.ui:ui-unit (*)
|    +--- androidx.compose.ui:ui-util (*)
|    +--- org.jetbrains.skiko:skiko (*)
|    +--- org.jetbrains.kotlinx:atomicfu (*)
|    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core (*)
+--- androidx.compose.foundation:foundation-layout (*)
+--- androidx.compose.runtime:runtime (*)
+--- androidx.compose.runtime:runtime-saveable (*)
+--- androidx.compose.ui:ui (*)
+--- androidx.compose.ui:ui-geometry (*)
+--- androidx.compose.ui:ui-graphics (*)
+--- androidx.compose.ui:ui-text (*)
+--- androidx.compose.ui:ui-unit (*)
+--- androidx.compose.ui:ui-util (*)
+--- org.jetbrains.skiko:skiko (*)
+--- org.jetbrains.kotlinx:atomicfu (*)
\--- org.jetbrains.kotlinx:kotlinx-coroutines-core (*)

(*) - dependencies omitted (listed previously)

compose-web-canvas-symbol-missing's People

Contributors

olivero2 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.