GitHub / syntax-tee / Weatherapp
Weather App
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syntax-tee%2FWeatherapp
PURL: pkg:github/syntax-tee/Weatherapp
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Kotlin
Size: 147 KB
Dependencies parsed at:
23
Created at: almost 5 years ago
Updated at: over 4 years ago
Pushed at: almost 5 years ago
Last synced at: over 2 years ago
Topics: dependency-injection, koin, koin-kotlin, kotlin-android, mvvm, mvvm-architecture
app/build.gradle
maven
- androidx.appcompat:appcompat 1.1.0 implementation
- androidx.cardview:cardview 1.0.0 implementation
- androidx.constraintlayout:constraintlayout 1.1.3 implementation
- androidx.core:core-ktx 1.2.0 implementation
- androidx.lifecycle:lifecycle-livedata-ktx 2.2.0 implementation
- androidx.lifecycle:lifecycle-runtime-ktx 2.2.0 implementation
- androidx.lifecycle:lifecycle-viewmodel-ktx 2.2.0 implementation
- androidx.recyclerview:recyclerview 1.1.0 implementation
- androidx.room:room-ktx 2.2.5 implementation
- androidx.room:room-runtime 2.2.5 implementation
- com.squareup.moshi:moshi 1.9.2 implementation
- com.squareup.moshi:moshi-kotlin 1.9.2 implementation
- com.squareup.okhttp3:logging-interceptor 4.2.1 implementation
- com.squareup.picasso:picasso 2.71828 implementation
- com.squareup.retrofit2:converter-moshi 2.7.1 implementation
- com.squareup.retrofit2:retrofit 2.8.1 implementation
- org.jetbrains.kotlin:kotlin-stdlib-jdk7 $kotlin_version implementation
- org.jetbrains.kotlinx:kotlinx-coroutines-android 1.3.3 implementation
- org.jetbrains.kotlinx:kotlinx-coroutines-core 1.3.5 implementation
- org.koin:koin-android 2.0.1 implementation
- org.koin:koin-androidx-scope 2.0.1 implementation
- org.koin:koin-androidx-viewmodel 2.0.1 implementation
- junit:junit 4.12 testImplementation