@Hamza when using IDEA, is the autocomplete working for accessing objc API (NSString, NSUserDefaults, etc) ?
👌 1
h
Hamza
11/06/2018, 3:52 AM
🤷
f
fabianterhorst
11/06/2018, 11:06 AM
Autocompletion is working on idea with kotlin native when using the new mpp.
k
khairil.ushan
11/07/2018, 6:22 AM
@fabianterhorst really good to know that, since last time i checked when i try to create a project using IDEA and use one of the MPP templates (With new MPP gradle plugin). I tried to type NSString but I couldn't get the autocomplete. Don't know if there's something that I missed.