Rearranging the project structure, so it will east to understand and following proper clean code rules

This commit is contained in:
chandrashekhar reddy
2024-03-09 12:26:59 +05:30
parent f922f585b5
commit 045bda26ff
61 changed files with 95 additions and 174 deletions

View File

@@ -3,7 +3,7 @@ package com.example.hpostesting
import android.content.Context
import androidx.arch.core.executor.testing.InstantTaskExecutorRule
import androidx.lifecycle.Observer
import com.example.hpostesting.data.Result
import com.example.hpostesting.util.Result
import com.example.hpostesting.data.model.login.LoginResponse
import com.example.hpostesting.data.repository.Repository
import com.example.hpostesting.domain.LogFileManager