Anyone met problems when upgrading `org.jetbrains....
# announcements
c
Anyone met problems when upgrading
org.jetbrains.kotlin.jvm
 to 
1.5.0
with subproject dependency?
Copy code
An exception occurred applying plugin request [id: 'org.jetbrains.kotlin.jvm', version: '1.5.0']
> Failed to apply plugin 'org.jetbrains.kotlin.jvm'.
   > Gradle#projectsEvaluated(Action) on build 'boot' cannot be executed in the current context.
I am using build.gradle.kts, It works fine with kotlin 1.4.31, but not 1.5.0.
a
Not sure, this could be a bug. Can you please file an issue at http://kotl.in/issue with a sample project attached?