Hi, which IDE do you use for Kotlin Native?
# kotlin-native
m
Hi, which IDE do you use for Kotlin Native?
h
IDEA CE/U
4
m
CLion EAP
k
@Hamza when using IDEA, is the autocomplete working for accessing objc API (NSString, NSUserDefaults, etc) ?
👌 1
h
🤷
f
Autocompletion is working on idea with kotlin native when using the new mpp.
k
@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.