Skip to content

v1.0.0: Update to Kotlin 1.7.21, styling with emotion and minor improvements

Compare
Choose a tag to compare
@sjahreis sjahreis released this 07 Dec 06:56
· 6 commits to master since this release
2726039
  • Upgraded to Kotlin 1.7.21
  • Removed kotlin-styled and switched to emotion for CSS-stylings
  • Split up showcase items in separate components

Upgrade Hints:

  • Adapt the kotlin js plugin in your build.gradle: kotlin("js") version "1.7.21"
  • Adapt the kotlin serialization plugin in your build.gradle: kotlin("plugin.serialization") version "1.7.21"
  • Adapt the ktor-client dependency to 2.1.3 in your build.gradle: implementation("io.ktor:ktor-client-core:2.1.3")
  • Adapt all other kotlin-wrapper dependencies to version x-pre.456
  • Cursor inline styling leads to compile errors in some cases. Therefore add the following plugin:
    id("io.github.turansky.kfc.legacy-union") version "5.8.0"