> Failed to notify project evaluation listener.
> Could not create task ':android:compileDebugAndroidTestKotlin'.
> Cannot invoke "String.trim()" because "in" is null
> KotlinJvmAndroidCompilation with name 'debugAndroidTest' not found.
Interestingly it worked without a hitch on a desktop only project, but the gradle files look a bit different.
Should I be able to use this version in a MPP project?
h
hfhbd
10/06/2022, 6:32 AM
Are you using Kotlin 1.7.20? What targets do you need? Only desktop + Android, then use 1.2.0-beta03
e
enighma
10/06/2022, 8:19 PM
Yes to both 🙂
But just to clarify: Do I set the kotlin version with the classpath: