I cannot understand how to integrate this library into my project?
See original GitHub issueI have a Kotlin Web project.
It is a SPA written using React framework in Kotlin.
Now I want to use Firebase services. I’ve added this to my kts file:
implementation("dev.gitlive:firebase-auth:$firebaseVersion")
But getting error
Could not find dev.gitlive:firebase-auth:1.4.1.
This is my repository section
repositories {
jcenter()
mavenCentral()
}
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6
Top Results From Across the Web
Unable to access library after `integrate install` and/or ... - GitHub
After an initial search I discovered this posting, I attempted to use $ ./vcpkg integrate project From what I can see that was...
Read more >How do I add a library project to the Android Studio and use it ...
Go to File -> Project structure -> Modules or select the project and hit F4. · Select your 'library' module (in the middle...
Read more >Consuming libraries and components in C++ projects
Right-click on the application project node in Solution Explorer and then choose Properties. In the VC++ Directories property page, add the ...
Read more >Libraries | IntelliJ IDEA Documentation - JetBrains
From the main menu, select File | Project Structure Ctrl+Alt+Shift+S and click Libraries. · Click Add and select From Maven. · In the...
Read more >Adding a project to an application, integration service, or library
Procedure · In the Application Development view, expand the Independent Resources folder and locate the relevant project. · Right-click the ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@YanivSos for me when trying to use this in my web-app module I get this error, tried 1.2.0 same result (1.4.1 doesnt work at all)
@solvek do you still have problems connecting this module?