mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Update Compose Multiplatform and use the latest Compose Compiler version
This commit is contained in:
@@ -2,6 +2,7 @@ import Config.migrationCode
|
||||
import Config.serverCode
|
||||
import Config.tachideskVersion
|
||||
import com.codingfeline.buildkonfig.compiler.FieldSpec.Type
|
||||
import org.jetbrains.compose.ComposePlugin
|
||||
import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
|
||||
|
||||
@Suppress("DSL_SCOPE_VIOLATION")
|
||||
@@ -138,6 +139,9 @@ subprojects {
|
||||
toolVersion = "0.8.7"
|
||||
}
|
||||
}
|
||||
plugins.withType<ComposePlugin> {
|
||||
ext["compose.compiler.version"] = libs.versions.composeCompiler.get()
|
||||
}
|
||||
}
|
||||
|
||||
fun isNonStable(version: String): Boolean {
|
||||
|
||||
Reference in New Issue
Block a user