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

@@ -1,7 +1,7 @@
package com.example.hpostesting
import android.content.Context
import com.example.hpostesting.data.CsvWriter
import com.example.hpostesting.util.CsvWriter
import org.junit.Assert
import org.junit.Before
import org.junit.Test