My build.gradle file
ext {
mainClassName = "org.robovm.bindings.admob.sample.Sample"
}
eclipse.project {
name = "admob-ios"
natures 'org.robovm.eclipse.RoboVMNature'
}
When I try to import this project (https://github.com/BlueRiverInteractive/robovm-ios-bindings/tree/master/admob) into eclipse (when i click build model)
I get this
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/Vlad/Downloads/folder/admob/build.gradle' line: 5
* What went wrong:
A problem occurred evaluating root project 'admob'.
> Could not find property 'eclipse' on root project 'admob'.
What can I do?