Which Android Studio and gradle version can u use?
I still work with an older studio version, just to avoid conflicts and issues, because before release…
Thanks in advance, best regards, Yarnee
i ll give it a try then and update to the newest version !
Is there anything special to adjust in the gradle files?
That’s what i use now: classpath ‘com.android.tools.build:gradle:3.3.2’
@Noisyfox Thank you so much for your effort! I really appreciate it!
I get the following error:
> Configure project :ios
Using already downloaded SDK: /Users/hpbaxxter/.moe-community/moe-sdk-1.5.0
Could not resolve: multi-os-engine:moe-core:1.5.0
Could not resolve: multi-os-engine:moe-ios:1.5.0
Could not resolve: multi-os-engine:java8support:1.5.0
Could not resolve: multi-os-engine:moe-ios-junit:1.5.0
Could not resolve: multi-os-engine:moe-core:1.5.0
Could not resolve: multi-os-engine:moe-ios:1.5.0
Could not resolve: multi-os-engine:java8support:1.5.0
Could not resolve: multi-os-engine:moe-ios-junit:1.5.0
Could not resolve: multi-os-engine:moe-core:1.5.0
Could not resolve: multi-os-engine:moe-ios:1.5.0
Could not resolve: multi-os-engine:java8support:1.5.0
Could not resolve: multi-os-engine:moe-ios-junit:1.5.0
Anyone has an idea about what I am doing wrong?
I only get this error on my Mac…not on my linux machine.
Which android studio version were you using? I’m using 3.6.1 which is the latest stable version and it still support gradle 5.
Or did you mean android gradle plugin version? If so, I’d suggest you to try the latest stable version which is 3.6.0 with gradle 5.6.4.
Meanwhile I’ll take a look at the compatibility with gradle 6 when I get some time.
Thank you @Noisyfox, I believe this version has fixed my missing framework issue. I’m very grateful for you and everyone’s work involved in getting that bug fixed, and the other improvements that have been made to this plugin. Great job!
Currently it’s possible to bind to swift classes and methods with the @objc annotation. I’ll have a look to see if we could support normal swift classes.