Skip to content

Commit

Permalink
Updates from PR
Browse files Browse the repository at this point in the history
Update the readme, remove some unneeded lines. Update Pods files
  • Loading branch information
samhill303 committed Sep 28, 2023
1 parent 2b7561d commit a7c7fb7
Show file tree
Hide file tree
Showing 9 changed files with 75 additions and 98 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

## Intro

KaMP Kit started a little under 4 years ago with the goal of helping developers interested in Kotlin Multiplatform (aka KMP) get started
KaMP Kit started in early 2020 with the goal of helping developers interested in Kotlin Multiplatform (aka KMP) get started
quickly with a great set of libraries and patterns. At the time, there were not many sample apps and getting started
was not trivial. The KMM situation has improved considerably since then, and various barriers to entry have been
removed.

Whereas KaMP Kit started with the goal of being a minimal sample, we now intend it to be less `getting started` and
more `best practice model`. Watch this repo and follow [@TouchlabHQ](https://twitter.com/TouchlabHQ) for updates!
Whereas KaMP Kit started with the goal of being a minimal sample, we now intend it to be less "getting started" and
more "best practice model". Watch this repo and follow [@TouchlabHQ](https://twitter.com/TouchlabHQ) for updates!

### 2023 Update

Expand Down Expand Up @@ -101,7 +101,7 @@ If the app is building, it's a good time to take a break and get some background

### KMP Intro

It's important to understand not just how to set up the platform, but to get a better perspective on what the tech can do and why we think it'll be very successful. KMP is distinct from other code sharing and `cross platform` systems, and understanding those distinctions is useful.
It's important to understand not just how to set up the platform, but to get a better perspective on what the tech can do and why we think it'll be very successful. KMP is distinct from other code sharing and "cross platform" systems, and understanding those distinctions is useful.

[Longer intro to KaMP Kit](docs/WHAT_AND_WHY.md) - Original version of this doc's intro. Cut because it was pretty long.

Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ android.useAndroidX=true
kotlin.code.style=official
# Tell the KMM plugin where the iOS project lives
xcodeproj=./ios
kotlin.native.cacheKind.iosX64=none
kotlin.native.cacheKind.iosArm64=none
# New Android source-set layout
kotlin.mpp.androidSourceSetLayoutVersion=2
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ktor = "2.3.3"
robolectric = "4.10.3"

kermit = "2.0.0-RC3"
skie = "0.4.18-preview"
skie = "0.5.0"

koin = "3.4.3"
multiplatformSettings = "1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ EXTERNAL SOURCES:
:path: "../shared/"

SPEC CHECKSUMS:
shared: de4d9686452f92be2911e6312a47b0d2961b2dd6
shared: 200db62f38a2c4a9e496216a640f3782fc761e46
SwiftLint: c585ebd615d9520d7fbdbe151f527977b0534f1e

PODFILE CHECKSUM: 3130ca9ec3cd58f2c60cfe8a432d7d96d89938bf

COCOAPODS: 1.12.1
COCOAPODS: 1.13.0
1 change: 1 addition & 0 deletions ios/Pods/Local Podspecs/shared.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ios/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

149 changes: 64 additions & 85 deletions ios/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pluginManagement {
google()
mavenCentral()
gradlePluginPortal()
maven("https://api.touchlab.dev/public")
}
}

Expand Down

0 comments on commit a7c7fb7

Please sign in to comment.