Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle can't find Goldfinger:core:unspecified #81

Open
ferdyrod opened this issue Nov 16, 2022 · 3 comments
Open

Gradle can't find Goldfinger:core:unspecified #81

ferdyrod opened this issue Nov 16, 2022 · 3 comments
Assignees

Comments

@ferdyrod
Copy link

Hi,

We are using the library for some time now and are in the process of removing jcenter from our project. I'm following the readme in our project and also in a brand new clean project and gradle can't build because it can't find Goldfinger:core:unspecified

image

@Aksi0m
Copy link
Member

Aksi0m commented Nov 29, 2022

Hey @ferdyrod

Did you manage to resolve this issue?

It could be a cache issue, try to clean your gradle cache.

You can see that Goldfinger is present here in maven central.

Can you c/p the dependencies you use for goldfinger?

@ferdyrod
Copy link
Author

Hi @Aksi0m, thanks for getting back to me.

I'm still having problems. I've clean gradle cache.

I think that the problem lies that the rx module tries to implement :core. If I just use the co.infinum.goldfinger:2.0.1 it build correctly. Is when I add co.infinum.goldfinger-rx:2.0.1 that fails.

This is my dependencies configuration

dependencies {
    implementation 'co.infinum:goldfinger:2.0.1'
    implementation 'co.infinum:goldfinger-rx:2.0.1'

    implementation 'androidx.core:core-ktx:1.7.0'
    implementation "androidx.compose.ui:ui:$compose_version"
    implementation 'androidx.compose.material3:material3:1.0.0-alpha01'
    implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
    implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
    implementation 'androidx.activity:activity-compose:1.3.1'
    testImplementation 'junit:junit:4.13.2'
    androidTestImplementation 'androidx.test.ext:junit:1.1.4'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
    androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version"
    debugImplementation "androidx.compose.ui:ui-tooling:$compose_version"
    debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_version"
}

@bakero98
Copy link

Hi @ferdyrod, I will take a look at this. Thank you

@bakero98 bakero98 self-assigned this Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants