Skip to content

Commit

Permalink
Merge pull request #6 from pahill/update_readme_16102024
Browse files Browse the repository at this point in the history
Adam Semenko's changes just moved across.
  • Loading branch information
pahill authored Oct 17, 2024
2 parents 232c5f2 + 4e14993 commit 0ff08df
Show file tree
Hide file tree
Showing 11 changed files with 207 additions and 82 deletions.
268 changes: 197 additions & 71 deletions README.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
alias(libs.plugins.androidLibrary).apply(false)
alias(libs.plugins.kotlinMultiplatform).apply(false)
alias(libs.plugins.publish) apply false
}
alias(libs.plugins.androidLibrary) apply false
alias(libs.plugins.kotlinMultiplatform) apply false
alias(libs.plugins.vanniktech.mavenPublish) apply false
}
10 changes: 5 additions & 5 deletions fibonacci/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import com.vanniktech.maven.publish.SonatypeHost
import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
import org.jetbrains.kotlin.gradle.dsl.JvmTarget

group = "io.github.kotlin-hands-on"
version = "1.0.8"

plugins {
alias(libs.plugins.kotlinMultiplatform)
alias(libs.plugins.androidLibrary)
alias(libs.plugins.publish)
alias(libs.plugins.vanniktech.mavenPublish)
}

group = "io.github.kotlin-hands-on"
version = "1.0.8"

kotlin {
jvm()
androidTarget {
Expand Down Expand Up @@ -52,7 +52,7 @@ mavenPublishing {

signAllPublications()

coordinates("io.github.kotlin-hands-on", "fibonacci", "1.0.8")
coordinates(group.toString(), "fibonacci", version.toString())

pom {
name = "Fibonacci library"
Expand Down
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ android-compileSdk = "34"

[libraries]
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
nexus-publish = { module = "io.github.gradle-nexus.publish-plugin:io.github.gradle-nexus.publish-plugin.gradle.plugin", version.ref = "nexus-publish" }

[plugins]
androidLibrary = { id = "com.android.library", version.ref = "agp" }
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
publish = { id = "com.vanniktech.maven.publish", version = "0.29.0" }
vanniktech-mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.29.0" }
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed images/image1.png
Binary file not shown.
File renamed without changes
File renamed without changes

0 comments on commit 0ff08df

Please sign in to comment.