touchlab / KaMPKit

KaMP Kit by Touchlab. A collection of code & tools designed to get your mobile team started quickly w/Kotlin Multiplatform
https://touchlab.co/
Apache License 2.0
2.2k stars 199 forks source link

Can't debug tests #207

Closed MagicMaggot closed 2 years ago

MagicMaggot commented 3 years ago

Running tests works fine, but trying to debug a test gives an error:

Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: initialization script 'C:\Users\Alex\AppData\Local\Temp\ijresolvers9.gradle': 417: Unexpected input: '{' @ line 417, column 28. gradle.taskGraph.whenReady { taskGraph ->

maxxx commented 2 years ago

Looks like this is caused by the KMM plugin in Android Studio. An error has gone after plugin disabling.

kpgalligan commented 2 years ago

Closing (IDE issue)