Skip to content

Commit

Permalink
minor fixes...
Browse files Browse the repository at this point in the history
  • Loading branch information
astinz committed Jun 5, 2024
1 parent 27fc64e commit 6dc3287
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ multiple platforms.
Kaptos is available on [Maven Central][maven-central] as a Kotlin Multiplatform library. You can either add it to you
multiplatform project or add it to your platform-specific project.

> [!IMPORTANT]
> Kaptos is currently in development and is not yet available on Maven Central. You can use the latest snapshot version
> by adding the snapshot repository to your project as follows:
```kotlin
repositories {
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}
```

### Multiplatform Project

Add the following to your common source set:
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ktor-client-auth = { module = "io.ktor:ktor-client-auth", version.ref = "ktor" }
ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
ktor-client-mock = { module = "io.ktor:ktor-client-mock", version.ref = "ktor" }
ktor-serialization-kotlinx-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
bcs = { module = "xyz.mcxross.bcs:bcs", version = "1.0.1-SNAPSHOT" }
bcs = { module = "xyz.mcxross.bcs:bcs", version = "0.1.0" }

[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }
Expand Down

0 comments on commit 6dc3287

Please sign in to comment.