Skip to content

Commit 1c36d1e

Browse files
committed
see 10/31 log
1 parent e9fe917 commit 1c36d1e

File tree

103 files changed

+32712
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+32712
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
dependencies {
1010
classpath depConfig.gradle
1111
classpath 'com.blankj:bus-gradle-plugin:1.3'
12-
// classpath depConfig.kotlin_gradle_plugin
12+
classpath depConfig.kotlin_gradle_plugin
1313
}
1414
}
1515

settings.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include ':app',
22
':buildSrc',
33
':subutil',
4-
':utilcode'
4+
':utilcode',
5+
':utilcode-kotlin'

utilcode-kotlin/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/build
2+
local.properties

utilcode-kotlin/README-CN.md

Lines changed: 929 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)