diff options
author | Joffrey Bion <joffrey.bion@gmail.com> | 2023-02-01 03:48:39 +0100 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@gmail.com> | 2023-02-01 03:48:39 +0100 |
commit | d09c3e7128fbb8b9f1500153b12ef657dcb76694 (patch) | |
tree | 343a2ed29b989d1205490b38e30b43b68b0992ef /sw-ui/build.gradle.kts | |
parent | Upgrade to BlueprintJS 4 (wrapper 7) (diff) | |
download | seven-wonders-d09c3e7128fbb8b9f1500153b12ef657dcb76694.tar.gz seven-wonders-d09c3e7128fbb8b9f1500153b12ef657dcb76694.tar.bz2 seven-wonders-d09c3e7128fbb8b9f1500153b12ef657dcb76694.zip |
Migrate to new Kotlin/React API and Emotion styles
Diffstat (limited to 'sw-ui/build.gradle.kts')
-rw-r--r-- | sw-ui/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw-ui/build.gradle.kts b/sw-ui/build.gradle.kts index d1c4e6a8..6fb7d8b8 100644 --- a/sw-ui/build.gradle.kts +++ b/sw-ui/build.gradle.kts @@ -20,9 +20,9 @@ kotlin { implementation(libs.kotlin.wrappers.react.dom) implementation(libs.kotlin.wrappers.react.redux) implementation(libs.kotlin.wrappers.react.router.dom) - implementation(libs.kotlin.wrappers.styled.next) implementation(libs.kotlin.wrappers.blueprintjs.core) implementation(libs.kotlin.wrappers.blueprintjs.icons) + implementation(libs.kotlin.wrappers.emotion) } } test { |