Closed dbaroncelli closed 3 years ago
With Android Studio Canary 10 and Kotlin 1.4.10 I don't seem to verify this anymore
Having a similar issue with "no-arg" version of the library on AS 4.1 RC 3 with the newest KMP plugin. Code completion stops working for the whole shared module.
I've been trying to do some minimal samples to get a better understanding of the different HMPP flags, but I've been having trouble getting consistent behavior. Will keep investigating because I want to understand this better. If anyone has a simple project they can upload that exhibits the issue, please let me know.
In 0.7 I removed the hmpp flag from the library. I'm curious if that helps this issue.
All the hmpp stuff should now be working in 0.8.
I am using Android Studio Canary 8
I enabled this line:
on
gradle.properties
as suggested here: https://kotlinlang.org/docs/reference/migrating-multiplatform-project-to-14.html#migrate-to-the-hierarchical-project-structure
but the IDE does not find the class, even thought it seems to compile:
not sure if it's a problem with the IDE, or with the gradle setting, or with the library itself.
Please note, I am using the no-arg library (no sure if it affects that in any way):