https://kotlinlang.org logo
#ios
Title
# ios
d

darkmoon_uk

06/06/2019, 8:13 PM
Anyone have common gotcha's for AppCode not really parsing Kotlin code? I'm not seeing any errors highlighted despite Gradle being synced and the Kotlin plugin being installed.
o

olonho

06/07/2019, 10:34 AM
do you use Kotlin multiplatform Gradle plugin and open it as such in AC?
d

darkmoon_uk

06/08/2019, 10:20 AM
Yes, it turned out syntax highlighting didn't update until I built the project - Gradle Syncing alone didn't bring the file into recognition - seems to be a minor bug?
d

dmitriy.dolovov

06/10/2019, 8:22 AM
@darkmoon_uk Could you please report this issue to https://youtrack.jetbrains.com/issues with steps to reproduce it?
2 Views