Skip to content

Commit

Permalink
Merge pull request #747 from skydoves/remove/marker
Browse files Browse the repository at this point in the history
Remove stable marker dependency on the balloon
  • Loading branch information
skydoves authored Nov 2, 2024
2 parents 3b34d90 + 8f6e222 commit 3714144
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions balloon/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,5 @@ dependencies {
implementation(libs.androidx.lifecycle)
implementation(libs.androidx.annotation)

compileOnly(libs.compose.stable.marker)

baselineProfile(project(":benchmark"))
}
3 changes: 0 additions & 3 deletions balloon/src/main/kotlin/com/skydoves/balloon/Balloon.kt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ import androidx.annotation.MainThread
import androidx.annotation.Px
import androidx.annotation.StringRes
import androidx.annotation.StyleRes
import androidx.compose.runtime.Stable
import androidx.core.view.ViewCompat
import androidx.core.view.forEach
import androidx.core.view.get
Expand Down Expand Up @@ -1996,7 +1995,6 @@ public class Balloon private constructor(
}

/** Builder class for creating [Balloon]. */
@Stable
@BalloonInlineDsl
public class Builder(private val context: Context) {
@Px
Expand Down Expand Up @@ -3264,7 +3262,6 @@ public class Balloon private constructor(
*
* @see [Lazy Initialization](https://github.com/skydoves/Balloon#lazy-initialization)
*/
@Stable
public abstract class Factory {

/**
Expand Down

0 comments on commit 3714144

Please sign in to comment.