Skip to content

Commit ace7a8f

Browse files
committed
Prep v1 release
1 parent ecfdbf7 commit ace7a8f

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Local publish test
2+
3+
To test publishing from your local machine, use the following command:
4+
5+
```shell
6+
./gradlew kmmBridgePublish -PENABLE_PUBLISHING=true -PGITHUB_PUBLISH_TOKEN=[GitHub PAT] -PGITHUB_REPO=[org]/[repo] --no-daemon --stacktrace
7+
```

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,10 @@
66

77
![KMMBridge for Teams](kmmbridge-announcement.png)
88

9-
KMMBridge is a set of Gradle tooling that facilitates publishing and consuming pre-built KMM (Kotlin Multiplatform Mobile) Xcode Framework binaries.
9+
KMMBridge is a set of Gradle tooling that facilitates publishing and consuming pre-built KMP (Kotlin Multiplatform) Xcode Framework binaries.
1010

1111
## Documentation Website
1212

13-
See [https://kmmbridge.touchlab.co/docs/](https://kmmbridge.touchlab.co/docs/) for setup and detailed documentation.
13+
See [https://touchlab.co/kmmbridge/](https://touchlab.co/kmmbridge/) for setup and detailed documentation.
1414

1515
To provide feedback about your experience with KMMBridge join the conversation in the Kotlinlang [#touchlab-tools](https://kotlinlang.slack.com/archives/CTJB58X7X) Slack channel.
16-
17-
## Quick Start Post
18-
19-
[https://touchlab.co/quick-start-with-kmmbridge-1-hour-tutorial/](https://touchlab.co/quick-start-with-kmmbridge-1-hour-tutorial/)
20-
21-
## Announcement Post
22-
23-
[https://touchlab.co/introducing-kmmbridge-teams/](https://touchlab.co/introducing-kmmbridge-teams/)
24-
25-
> ## Subscribe!
26-
>
27-
> We build solutions that get teams started smoothly with Kotlin Multiplatform Mobile and ensure their success in production. Join our community to learn how your peers are adopting KMM.
28-
[Sign up here](https://go.touchlab.co/newsletter-gh)!

0 commit comments

Comments
 (0)