Re: [go-nuts] Re: gomobile genjava duplicate constructor definition

2019-03-18 Thread Elias Naur
On Mon, Mar 18, 2019 at 6:33 PM wrote: > > Elias, thank you for the prompt response and submitting a fix. > > I have checked this out, and though it does result in successful compilation, > it does not solve my problem because the public constructor is removed > allowing me no initializer access

[go-nuts] Re: gomobile genjava duplicate constructor definition

2019-03-18 Thread kevin . harrison
Elias, thank you for the prompt response and submitting a fix. I have checked this out, and though it does result in successful compilation, it does not solve my problem because the public constructor is removed allowing me no initializer access from the application side. I had attempted to fix

[go-nuts] Re: gomobile genjava duplicate constructor definition

2019-03-16 Thread mail
On Friday, March 15, 2019 at 6:30:25 PM UTC+1, kevin.h...@twomen.com wrote: > > I am attempting to update a service package which was written to be used > on mobile devices by using the gomobile bind package. It appears there was > a change made in this commit >