Flatten packages
Remove modules prefix
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package be.simplenotes.persistance.transactions
|
||||
|
||||
interface TransactionService {
|
||||
fun <T> use(block: () -> T): T
|
||||
}
|
||||
Reference in New Issue
Block a user