Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ezkotlin-feature-ohos-arm64
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
zhen.jiang
ezkotlin-feature-ohos-arm64
Commits
b203b059
Commit
b203b059
authored
Jan 30, 2026
by
zhen.jiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scripts/build-ohos.sh脚本编译中自动修改的文件
parent
ede6ce63
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
18 additions
and
17 deletions
+18
-17
.gitignore
.gitignore
+1
-0
pom.xml
libraries/examples/kotlin-java-example/pom.xml
+1
-1
pom.xml
libraries/pom.xml
+1
-1
KotlinVersion.kt
libraries/stdlib/src/kotlin/util/KotlinVersion.kt
+1
-1
pom.xml
libraries/tools/kotlin-bom/pom.xml
+1
-1
pom.xml
libraries/tools/kotlin-dist-for-jps-meta/pom.xml
+1
-1
pom.xml
libraries/tools/kotlin-maven-allopen/pom.xml
+1
-1
pom.xml
libraries/tools/kotlin-maven-dataframe/pom.xml
+1
-1
pom.xml
libraries/tools/kotlin-maven-lombok/pom.xml
+1
-1
pom.xml
libraries/tools/kotlin-maven-noarg/pom.xml
+1
-1
pom.xml
libraries/tools/kotlin-maven-plugin-test/pom.xml
+1
-1
pom.xml
libraries/tools/kotlin-maven-plugin/pom.xml
+1
-1
pom.xml
libraries/tools/kotlin-maven-power-assert/pom.xml
+1
-1
pom.xml
libraries/tools/kotlin-maven-sam-with-receiver/pom.xml
+1
-1
pom.xml
libraries/tools/kotlin-maven-serialization/pom.xml
+1
-1
pom.xml
libraries/tools/kotlin-osgi-bundle/pom.xml
+1
-1
pom.xml
...aries/tools/maven-archetypes/kotlin-archetype-jvm/pom.xml
+1
-1
pom.xml
libraries/tools/maven-archetypes/pom.xml
+1
-1
No files found.
.gitignore
View file @
b203b059
...
...
@@ -17,3 +17,4 @@ captures
!*.xcworkspace/contents.xcworkspacedata
**/xcshareddata/WorkspaceSettings.xcsettings
node_modules/
**/.npmrc
libraries/examples/kotlin-java-example/pom.xml
View file @
b203b059
...
...
@@ -8,7 +8,7 @@
<parent>
<groupId>
org.jetbrains.kotlin
</groupId>
<artifactId>
kotlin-project
</artifactId>
<version>
2.2.2
55-SNAPSHOT
</version>
<version>
2.2.2
1-OH-001
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
libraries/pom.xml
View file @
b203b059
...
...
@@ -6,7 +6,7 @@
<groupId>
org.jetbrains.kotlin
</groupId>
<artifactId>
kotlin-project
</artifactId>
<version>
2.2.2
55-SNAPSHOT
</version>
<version>
2.2.2
1-OH-001
</version>
<packaging>
pom
</packaging>
<name>
Kotlin
</name>
...
...
libraries/stdlib/src/kotlin/util/KotlinVersion.kt
View file @
b203b059
...
...
@@ -79,5 +79,5 @@ public class KotlinVersion(public val major: Int, public val minor: Int, public
// this class is ignored during classpath normalization when considering whether to recompile dependencies in Kotlin build
private
object
KotlinVersionCurrentValue
{
@kotlin
.
jvm
.
JvmStatic
fun
get
():
KotlinVersion
=
KotlinVersion
(
2
,
2
,
2
55
)
// value is written here automatically during build
fun
get
():
KotlinVersion
=
KotlinVersion
(
2
,
2
,
2
1
)
// value is written here automatically during build
}
libraries/tools/kotlin-bom/pom.xml
View file @
b203b059
...
...
@@ -7,7 +7,7 @@
<groupId>
org.jetbrains.kotlin
</groupId>
<artifactId>
kotlin-bom
</artifactId>
<version>
2.2.2
55-SNAPSHOT
</version>
<version>
2.2.2
1-OH-001
</version>
<packaging>
pom
</packaging>
<!-- No parent to avoid accidentally inheriting parent's dependencyManagement section -->
...
...
libraries/tools/kotlin-dist-for-jps-meta/pom.xml
View file @
b203b059
...
...
@@ -11,7 +11,7 @@
<parent>
<artifactId>
kotlin-project
</artifactId>
<groupId>
org.jetbrains.kotlin
</groupId>
<version>
2.2.2
55-SNAPSHOT
</version>
<version>
2.2.2
1-OH-001
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
libraries/tools/kotlin-maven-allopen/pom.xml
View file @
b203b059
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
org.jetbrains.kotlin
</groupId>
<artifactId>
kotlin-project
</artifactId>
<version>
2.2.2
55-SNAPSHOT
</version>
<version>
2.2.2
1-OH-001
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
libraries/tools/kotlin-maven-dataframe/pom.xml
View file @
b203b059
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
org.jetbrains.kotlin
</groupId>
<artifactId>
kotlin-project
</artifactId>
<version>
2.2.2
55-SNAPSHOT
</version>
<version>
2.2.2
1-OH-001
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
libraries/tools/kotlin-maven-lombok/pom.xml
View file @
b203b059
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
org.jetbrains.kotlin
</groupId>
<artifactId>
kotlin-project
</artifactId>
<version>
2.2.2
55-SNAPSHOT
</version>
<version>
2.2.2
1-OH-001
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
libraries/tools/kotlin-maven-noarg/pom.xml
View file @
b203b059
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
org.jetbrains.kotlin
</groupId>
<artifactId>
kotlin-project
</artifactId>
<version>
2.2.2
55-SNAPSHOT
</version>
<version>
2.2.2
1-OH-001
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
libraries/tools/kotlin-maven-plugin-test/pom.xml
View file @
b203b059
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
kotlin-project
</artifactId>
<groupId>
org.jetbrains.kotlin
</groupId>
<version>
2.2.2
55-SNAPSHOT
</version>
<version>
2.2.2
1-OH-001
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
libraries/tools/kotlin-maven-plugin/pom.xml
View file @
b203b059
...
...
@@ -8,7 +8,7 @@
<parent>
<groupId>
org.jetbrains.kotlin
</groupId>
<artifactId>
kotlin-project
</artifactId>
<version>
2.2.2
55-SNAPSHOT
</version>
<version>
2.2.2
1-OH-001
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
libraries/tools/kotlin-maven-power-assert/pom.xml
View file @
b203b059
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
org.jetbrains.kotlin
</groupId>
<artifactId>
kotlin-project
</artifactId>
<version>
2.2.2
55-SNAPSHOT
</version>
<version>
2.2.2
1-OH-001
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
libraries/tools/kotlin-maven-sam-with-receiver/pom.xml
View file @
b203b059
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
org.jetbrains.kotlin
</groupId>
<artifactId>
kotlin-project
</artifactId>
<version>
2.2.2
55-SNAPSHOT
</version>
<version>
2.2.2
1-OH-001
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
libraries/tools/kotlin-maven-serialization/pom.xml
View file @
b203b059
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
org.jetbrains.kotlin
</groupId>
<artifactId>
kotlin-project
</artifactId>
<version>
2.2.2
55-SNAPSHOT
</version>
<version>
2.2.2
1-OH-001
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
libraries/tools/kotlin-osgi-bundle/pom.xml
View file @
b203b059
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
kotlin-project
</artifactId>
<groupId>
org.jetbrains.kotlin
</groupId>
<version>
2.2.2
55-SNAPSHOT
</version>
<version>
2.2.2
1-OH-001
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
libraries/tools/maven-archetypes/kotlin-archetype-jvm/pom.xml
View file @
b203b059
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
org.jetbrains.kotlin
</groupId>
<artifactId>
kotlin-archetypes-parent
</artifactId>
<version>
2.2.2
55-SNAPSHOT
</version>
<version>
2.2.2
1-OH-001
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
libraries/tools/maven-archetypes/pom.xml
View file @
b203b059
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
org.jetbrains.kotlin
</groupId>
<artifactId>
kotlin-project
</artifactId>
<version>
2.2.2
55-SNAPSHOT
</version>
<version>
2.2.2
1-OH-001
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
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