Skip to content

Commit dbf57c1

Browse files
Merge pull request #5 from KevinSchildhorn/FixingBuild
Updating code
2 parents 7636a4c + ee5af65 commit dbf57c1

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ buildscript {
44
gradlePluginPortal()
55
mavenCentral()
66
mavenLocal()
7-
maven { url 'https://jitpack.io' }
8-
97
}
108
dependencies {
119
classpath("com.android.tools.build:gradle:7.4.2")

sample/common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ kotlin {
5050
implementation("co.touchlab:kermit-koin:1.2.2")
5151
implementation(compose.runtime)
5252
api(project(":atomik"))
53-
//implementation("com.kevinschildhorn.atomik:atomik:0.0.2")
53+
//implementation("com.github.KevinSchildhorn:Atomik:0.0.2")
5454
}
5555
}
5656
}

sample/common/common.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'common'
3-
spec.version = '0.0.1'
3+
spec.version = '0.0.2'
44
spec.homepage = 'Link to a Kotlin/Native module homepage'
55
spec.source = { :http=> ''}
66
spec.authors = ''

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dependencyResolutionManagement {
3838
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/")
3939
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
4040
maven("https://plugins.gradle.org/m2/")
41+
maven("https://jitpack.io")
4142
}
4243
}
4344

0 commit comments

Comments
 (0)