Radoslaw Juszczyk
09/14/2022, 11:27 AMA problem occurred configuring project ':android'.
> 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.
If I try the same with kotlin 1.6.10 it works fine. Any ideas?qian
09/14/2022, 6:02 PMqian
09/14/2022, 6:04 PMRadoslaw Juszczyk
09/15/2022, 7:23 AM//kotlin.version=1.6.10
kotlin.version=1.7.10
Then trying to Load Gradle Changes
fails with that error:
Cannot invoke "String.trim()" because "in" is null
qian
09/15/2022, 8:57 AMRadoslaw Juszczyk
09/15/2022, 10:40 AM