Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
GingerSoftLANInterconnection
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王宇航
GingerSoftLANInterconnection
Commits
9dec64e1
Commit
9dec64e1
authored
May 29, 2024
by
王宇航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、降級Kotlin 版本
parent
9bd837e6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
.idea/kotlinc.xml
+2
-1
build.gradle.kts
+2
-1
mylibrary/build.gradle.kts
+1
-1
No files found.
.idea/kotlinc.xml
View file @
9dec64e1
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"KotlinJpsPluginSettings"
>
<option
name=
"version"
value=
"1.
9.22
"
/>
<option
name=
"version"
value=
"1.
7.10
"
/>
</component>
</project>
\ No newline at end of file
build.gradle.kts
View file @
9dec64e1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.2.2" apply false
id("org.jetbrains.kotlin.android") version "1.
9.22
" apply false
id("org.jetbrains.kotlin.android") version "1.
7.10
" apply false
id("com.android.library") version "8.2.2" apply false
}
\ No newline at end of file
mylibrary/build.gradle.kts
View file @
9dec64e1
...
...
@@ -55,7 +55,7 @@ afterEvaluate {
groupId = "com.gingersoft.connect"
artifactId = "Connect"
version = "1.
4.2
"
version = "1.
5.0
"
// 添加 POM 配置
// pom {
// name.set("GingerSoftConnect")
...
...
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