Hello, when I want to convert a Kotlin library mod...
# gradle
e
Hello, when I want to convert a Kotlin library module to Android library module, I am getting this error: com.intellij.openapi.externalSystem.model.ExternalSystemException: lateinit property _buildFeatureValues has not been initialized And here is my gradle files: first one kotlin library gradle, second one Android library gradle. Slack Conversation
v
You should provide the full error. The one line you showed is from IntelliJ (or AS), so this might be an IDE issue. Does it work from command line?
e
I fixed thanks, it is about Kotlin plugin.