Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Minor release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Sep 27, 2023
1 parent f118177 commit 9b6ddf4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This is a template project for Kotlin Multiplatform using KMMBridge to publish X

You can use the template as a great starting point for including shared Kotlin in your native mobile project.

## [The Template Docs](https://touchlab.co/kmmbridgeskie)
## [KMMBridge Quick Start Blog Post](https://touchlab.co/kmmbridge-quick-start)

## [The Blog Post](todo)
Read more about this repo, what you can use it for, and how to get started.

## [Template Docs](https://touchlab.co/kmmbridgeskie)

Detailed docs about this repo project.
2 changes: 1 addition & 1 deletion testapps/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if (remoteBuild) {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/touchlab-lab/KMMBridgeKickStartSKIE")
url = uri("https://maven.pkg.github.com/[your org]/[your repo]")
credentials {
username = project.property("GITHUB_PACKAGES_USERNAME") as String
password = project.property("GITHUB_PACKAGES_PASSWORD") as String
Expand Down
2 changes: 2 additions & 0 deletions testapps/ios/ios/iosApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ struct iosApp: App {
init() {
self.handle = StartSDKKt.startSDK(analytics: IosAnalytics())
handle.appAnalytics.appStarted()
print(StartSDKKt.sayHello())

}

var body: some Scene {
Expand Down

0 comments on commit 9b6ddf4

Please sign in to comment.