Import go mobile bind at the android package level (#935)

This commit is contained in:
Maycon Santos
2023-06-05 17:28:13 +02:00
committed by GitHub
parent dd69c1cd31
commit f2df8f31cb
3 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,5 @@
package android
import _ "golang.org/x/mobile/bind"
// to keep our CI/CD that checks go.mod and go.sum files happy, we need to import the package above