Skip to content

Commit

Permalink
Merge pull request #7 from kanyun-inc/feature/kson
Browse files Browse the repository at this point in the history
ADD: Kudos support JsonReader
  • Loading branch information
bennyhuo authored Nov 7, 2023
2 parents cfa6aa6 + 80eb151 commit fa262fd
Show file tree
Hide file tree
Showing 49 changed files with 2,682 additions and 148 deletions.
22 changes: 22 additions & 0 deletions android-json-reader/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/*
* Copyright (C) 2023 Kanyun, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
plugins {
java
kotlin("jvm")
}

dependencies {
}
1 change: 1 addition & 0 deletions android-json-reader/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
POM_NAME=android-json-reader
Loading

0 comments on commit fa262fd

Please sign in to comment.