mirror of
https://github.com/owenlejeune/TVTime.git
synced 2025-11-16 08:40:53 -05:00
add koin, retrofit and setup retrofit boilerplate
This commit is contained in:
@@ -22,6 +22,8 @@ android {
|
||||
vectorDrawables {
|
||||
useSupportLibrary true
|
||||
}
|
||||
|
||||
buildConfigField("String", "TMDB_ApiKey", TMDB_ApiKey)
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@@ -53,14 +55,25 @@ android {
|
||||
dependencies {
|
||||
|
||||
implementation Dependencies.AndroidX.ktxCore
|
||||
|
||||
implementation Dependencies.Compose.ui
|
||||
implementation Dependencies.Compose.material3
|
||||
implementation Dependencies.Compose.material
|
||||
implementation Dependencies.Compose.uiToolingPreview
|
||||
implementation Dependencies.Lifecycle.runtime
|
||||
implementation Dependencies.Compose.activity
|
||||
implementation Dependencies.Compose.accompanistSystemUi
|
||||
implementation Dependencies.Compose.navigation
|
||||
|
||||
implementation Dependencies.Lifecycle.runtime
|
||||
|
||||
implementation Dependencies.Network.retrofit
|
||||
implementation Dependencies.Network.retrofitGson
|
||||
implementation Dependencies.Network.gson
|
||||
implementation Dependencies.Network.stetho
|
||||
implementation Dependencies.Network.stethoOkHttp
|
||||
|
||||
implementation Dependencies.DI.koin
|
||||
|
||||
testImplementation Dependencies.Testing.junit
|
||||
androidTestImplementation Dependencies.Testing.androidXJunit
|
||||
androidTestImplementation Dependencies.Testing.espressoCore
|
||||
|
||||
Reference in New Issue
Block a user