diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c38fa4e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea +*.iml diff --git a/InitActivity.go b/InitActivity.go index 1e1c423..f7d3f19 100644 --- a/InitActivity.go +++ b/InitActivity.go @@ -1,3 +1,5 @@ +// +build android + package go_ricochet_mobile import ( @@ -11,5 +13,6 @@ import ( ) type InitActivity struct { - + app.AppCompatActivity + binding databinding.ActivityInitBinding } \ No newline at end of file