File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414 strategy :
1515 matrix :
1616 include :
17- - target : iosSimulatorArm64Test
17+ - target : ' :miuix: iosSimulatorArm64Test'
1818 os : macos-latest
19- - target : desktopTest
19+ - target : ' :miuix: desktopTest'
2020 os : ubuntu-latest
21- - target : assembleAndroidTest
21+ - target : ' :miuix: assembleAndroidTest'
2222 os : ubuntu-latest
23- - target : testDebugUnitTest
23+ - target : ' :miuix: testDebugUnitTest'
2424 os : ubuntu-latest
25- - target : testReleaseUnitTest
25+ - target : ' :miuix: testReleaseUnitTest'
2626 os : ubuntu-latest
2727 runs-on : ${{ matrix.os }}
2828
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import com.android.build.gradle.internal.api.BaseVariantOutputImpl
44import org.jetbrains.compose.desktop.application.dsl.TargetFormat
55import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
66import org.jetbrains.kotlin.gradle.plugin.mpp.apple.XCFramework
7+ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
78import java.io.ByteArrayOutputStream
89import java.util.Properties
910
@@ -200,7 +201,7 @@ val generateVersionInfo by tasks.registering {
200201 }
201202}
202203
203- tasks.withType< org.jetbrains.kotlin.gradle.tasks. KotlinCompile > ().configureEach {
204+ tasks.withType<KotlinCompile >().configureEach {
204205 dependsOn(generateVersionInfo)
205206}
206207
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ import androidx.compose.runtime.Composable
55import androidx.compose.runtime.MutableState
66import androidx.compose.ui.Modifier
77import androidx.compose.ui.unit.dp
8- import utils.VersionInfo
98import top.yukonga.miuix.kmp.basic.Card
109import top.yukonga.miuix.kmp.basic.LazyColumn
1110import top.yukonga.miuix.kmp.basic.ScrollBehavior
1211import top.yukonga.miuix.kmp.basic.SmallTitle
1312import top.yukonga.miuix.kmp.extra.SuperDropdown
1413import top.yukonga.miuix.kmp.extra.SuperSwitch
1514import top.yukonga.miuix.kmp.utils.getWindowSize
15+ import utils.VersionInfo
1616
1717@Composable
1818fun ThirdPage (
You can’t perform that action at this time.
0 commit comments