I have an issue: kotlinx package is not being gene...
# eap
m
I have an issue: kotlinx package is not being generated if
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version”
is defined in
<root>/build.gradle
. Once I move it into
<root>/app/build.gradle
everything works correctly. Is it a bug?