issues
search
stoyan-vuchev
/
squircle-shape
A Compose Multiplatform library providing customizable Squircle shapes for UI components.
MIT License
37
stars
4
forks
source link
Kotlin & Compose version bump
#4
Closed
stoyan-vuchev
closed
1 year ago
stoyan-vuchev
commented
1 year ago
Bumped Kotlin version to 1.9.0.
Bumped Jetpack Compose version to 1.5.0.
Bumped Jetpack Compose compiler version to 1.5.1.
Bumped compileSdk to 34.
Bumped sourceCompatibility & targetCompatibility Java version to 17.
Replaced kotlinOptions.jvmTarget = "1.8" with kotlin { jvmToolchain(17) }.