hey, im trying to call method from external librar...
# getting-started
r
hey, im trying to call method from external library and it wants two java int params so it throws error that it cannot be called with supplied args kotlin.Int 😞 i’ve tryed val arg1: Int? = 1 but it doesn’t work either. any ideas?