@Benedict Pregler The new build of the AppCode plugin has just been uploaded. You can create a new project from the templates and give it a try. Make sure to click the "Import gradle project" button when opening the project for the first time.
🍏 2
🎉 10
r
russhwolf
03/21/2019, 2:59 PM
Will this work for multiplatform projects? With the older versions of the plugin last summer I could only ever get it working for pure iOS K/N projects
v
Vyacheslav Karpukhin [JB]
03/21/2019, 3:02 PM
Now the AppCode plugin has the same level of Gradle support as in CLion. The only known problem is that it is currently not possible to open a gradle-only project in AppCode, it has to be coupled with an Xcode project (see templates for an example). This is planned to be resolved in 2019.2.
👍 1
r
russhwolf
03/21/2019, 3:04 PM
Cool. I'll have a look this weekend if I get time.
l
louiscad
03/21/2019, 5:33 PM
@Vyacheslav Karpukhin [JB] Is there an issue to follow regarding Gradle only projects?