Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
testDemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiangyh
testDemo
Commits
655c6aad
Commit
655c6aad
authored
Dec 25, 2025
by
jiangyh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码整理
parent
1f4ca7a2
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
52 deletions
+9
-52
build.gradle.kts
composeApp/build.gradle.kts
+3
-5
compose-multiplatform.xml
...nMain/composeResources/drawable/compose-multiplatform.xml
+0
-44
gradle.properties
gradle.properties
+1
-1
project.pbxproj
iosApp/iosApp.xcodeproj/project.pbxproj
+2
-2
ComposeApp
iosApp/iosApp/ComposeApp.framework/ComposeApp
+0
-0
ComposeApp.h
iosApp/iosApp/ComposeApp.framework/Headers/ComposeApp.h
+1
-0
build.gradle.kts
lib-arith/build.gradle.kts
+2
-0
No files found.
composeApp/build.gradle.kts
View file @
655c6aad
...
...
@@ -6,11 +6,9 @@ plugins {
}
kotlin
{
androidTarget
{
compilerOptions
{
jvmTarget
.
set
(
JvmTarget
.
JVM_11
)
}
}
// 让 Kotlin 使用 JDK 17 运行编译任务
jvmToolchain
(
17
)
androidTarget
()
ohosArm64
{
binaries
{
...
...
composeApp/src/commonMain/composeResources/drawable/compose-multiplatform.xml
deleted
100644 → 0
View file @
1f4ca7a2
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:aapt=
"http://schemas.android.com/aapt"
android:width=
"450dp"
android:height=
"450dp"
android:viewportWidth=
"64"
android:viewportHeight=
"64"
>
<path
android:pathData=
"M56.25,18V46L32,60 7.75,46V18L32,4Z"
android:fillColor=
"#6075f2"
/>
<path
android:pathData=
"m41.5,26.5v11L32,43V60L56.25,46V18Z"
android:fillColor=
"#6b57ff"
/>
<path
android:pathData=
"m32,43 l-9.5,-5.5v-11L7.75,18V46L32,60Z"
>
<aapt:attr
name=
"android:fillColor"
>
<gradient
android:centerX=
"23.131"
android:centerY=
"18.441"
android:gradientRadius=
"42.132"
android:type=
"radial"
>
<item
android:offset=
"0"
android:color=
"#FF5383EC"
/>
<item
android:offset=
"0.867"
android:color=
"#FF7F52FF"
/>
</gradient>
</aapt:attr>
</path>
<path
android:pathData=
"M22.5,26.5 L32,21 41.5,26.5 56.25,18 32,4 7.75,18Z"
>
<aapt:attr
name=
"android:fillColor"
>
<gradient
android:startX=
"44.172"
android:startY=
"4.377"
android:endX=
"17.973"
android:endY=
"34.035"
android:type=
"linear"
>
<item
android:offset=
"0"
android:color=
"#FF33C3FF"
/>
<item
android:offset=
"0.878"
android:color=
"#FF5383EC"
/>
</gradient>
</aapt:attr>
</path>
<path
android:pathData=
"m32,21 l9.526,5.5v11L32,43 22.474,37.5v-11z"
android:fillColor=
"#000000"
/>
</vector>
\ No newline at end of file
gradle.properties
View file @
655c6aad
...
...
@@ -11,6 +11,6 @@ org.gradle.caching=true
android.nonTransitiveRClass
=
true
android.useAndroidX
=
true
org.gradle.java.home
=
/Users/jiangyuhuan/zulu-17.jdk/Contents/Home
#
org.gradle.java.home=/Users/jiangyuhuan/zulu-17.jdk/Contents/Home
# kotlin.mpp.androidGradlePluginCompatibility.nowarn=true
kotlin.mpp.applyDefaultHierarchyTemplate
=
false
\ No newline at end of file
iosApp/iosApp.xcodeproj/project.pbxproj
View file @
655c6aad
...
...
@@ -35,7 +35,7 @@
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
/* Begin PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet section */
C389BB
DB2EFD167A
007581B7
/* Exceptions for "iosApp" folder in "Embed Frameworks" phase from "iosApp" target */
=
{
C389BB
E52EFD5615
007581B7
/* Exceptions for "iosApp" folder in "Embed Frameworks" phase from "iosApp" target */
=
{
isa
=
PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet
;
attributesByRelativePath
=
{
ComposeApp.framework
=
(
CodeSignOnCopy
,
RemoveHeadersOnCopy
,
);
...
...
@@ -57,7 +57,7 @@
isa
=
PBXFileSystemSynchronizedRootGroup
;
exceptions
=
(
BDD43DEBB46AE8B613E12CE8
/* Exceptions for "iosApp" folder in "iosApp" target */
,
C389BB
DB2EFD167A
007581B7
/* Exceptions for "iosApp" folder in "Embed Frameworks" phase from "iosApp" target */
,
C389BB
E52EFD5615
007581B7
/* Exceptions for "iosApp" folder in "Embed Frameworks" phase from "iosApp" target */
,
);
path
=
iosApp
;
sourceTree
=
"<group>"
;
...
...
iosApp/iosApp/ComposeApp.framework/ComposeApp
View file @
655c6aad
No preview for this file type
iosApp/iosApp/ComposeApp.framework/Headers/ComposeApp.h
View file @
655c6aad
...
...
@@ -181,6 +181,7 @@ __attribute__((objc_subclassing_restricted))
__attribute__
((
swift_name
(
"App_iosKt"
)))
@interface
ComposeAppApp_iosKt
:
ComposeAppBase
+
(
NSString
*
)
appInfoForIos
__attribute__
((
swift_name
(
"appInfoForIos()"
)));
+
(
NSString
*
)
iosUiText
__attribute__
((
swift_name
(
"iosUiText()"
)));
@end
__attribute__
((
objc_subclassing_restricted
))
...
...
lib-arith/build.gradle.kts
View file @
655c6aad
...
...
@@ -4,6 +4,8 @@ plugins {
}
kotlin
{
// 统一使用 JDK 17 作为工具链
jvmToolchain
(
17
)
androidTarget
()
iosArm64
()
iosSimulatorArm64
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment