mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Lottie animations
This commit is contained in:
@@ -3,7 +3,7 @@ import org.jetbrains.compose.desktop.application.dsl.TargetFormat
|
||||
plugins{
|
||||
id("java")
|
||||
kotlin("jvm") version "1.9.23"
|
||||
id("org.jetbrains.compose") version "1.6.11"
|
||||
id("org.jetbrains.compose") version "1.7.1"
|
||||
}
|
||||
|
||||
group = rootProject.group
|
||||
@@ -58,6 +58,8 @@ compose.desktop {
|
||||
}
|
||||
}
|
||||
|
||||
val compottieVersion = "2.0.0-rc02"
|
||||
|
||||
dependencies {
|
||||
implementation("com.formdev:flatlaf:3.4.1")
|
||||
|
||||
@@ -75,6 +77,8 @@ dependencies {
|
||||
implementation(compose.components.uiToolingPreview)
|
||||
|
||||
implementation(compose.desktop.currentOs)
|
||||
|
||||
implementation("io.github.alexzhirkevich:compottie:${compottieVersion}")
|
||||
}
|
||||
|
||||
tasks.register<Copy>("addCore"){
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -4,6 +4,7 @@ plugins {
|
||||
|
||||
repositories{
|
||||
mavenCentral()
|
||||
google()
|
||||
maven { url = uri("https://jogamp.org/deployment/maven") }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user