1 2 3 4 5 6 7 8 9
package com.example.util class NetworkUtils { fun fetchData(): String { return "data" } } fun helper() {}