Balloon icon indicating copy to clipboard operation
Balloon copied to clipboard

error: cannot access Stable

Open Olesya-Egorova opened this issue 4 months ago • 0 comments

Please complete the following information:

  • Library Version v1.6.8

Describe the Bug:

We use com.github.skydoves:balloon library. A compilation error occurs:

error: cannot access Stable
  class file for androidx.compose.runtime.Stable not found

I guess it happens because of the library's build.gradle file contains compileOnly() configuration that contains com.github.skydoves:compose-stable-marker dependency. If we add compileOnly("com.github.skydoves:compose-stable-marker:1.0.5") in our project's build.gradle file then the app build will be successful.

Expected Behavior:

The app build is successful or README contains information about compile-only dependencies that are needed.

Olesya-Egorova avatar Oct 09 '24 15:10 Olesya-Egorova