Skip to content

Commit

Permalink
fix kotlin imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pileks committed Oct 31, 2023
1 parent e9e900f commit 8ee1e29
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ import androidx.lifecycle.viewModelScope
import io.polywrap.client.PolywrapClient
import io.polywrap.configBuilder.polywrapClient
import kotlinx.coroutines.launch
import wrap.Ethereum
import wrap.EthereumArgsEncodeParams
import wrap.Logging
import wrap.LoggingArgsLog
import wrap.LoggingLogLevel
import wrap.Sha3
import wrap.Sha3ArgsSha3256

class PolywrapDemoViewModel: ViewModel() {

Expand Down

0 comments on commit 8ee1e29

Please sign in to comment.