jimmyt
09/24/2021, 8:57 PMException in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: 'kotlinx.coroutines.JobSupport kotlinx.coroutines.ChildHandleNode.getJob()'
at kotlinx.coroutines.JobImpl.handlesException(JobSupport.kt:1333)
at kotlinx.coroutines.JobImpl.<init>(JobSupport.kt:1326)
at kotlinx.coroutines.JobKt__JobKt.Job(Job.kt:389)
at kotlinx.coroutines.JobKt.Job(Unknown Source)
at androidx.compose.runtime.Recomposer.<init>(Recomposer.kt:130)
at androidx.compose.ui.platform.DesktopOwners.<init>(DesktopOwners.desktop.kt:78)
at androidx.compose.desktop.ComposeLayer.<init>(ComposeLayer.desktop.kt:63)
at androidx.compose.desktop.ComposeWindow.<init>(ComposeWindow.desktop.kt:35)
at androidx.compose.desktop.AppWindow.<init>(AppWindow.desktop.kt:116)
at androidx.compose.desktop.AppWindow.<init>(AppWindow.desktop.kt)
at androidx.compose.desktop.AppWindow_desktopKt$Window$1.run(AppWindow.desktop.kt:85)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:316)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Process finished with exit code 0
I've posted the entire project on Github here. Does anyone know what might be causing this issue?Mitchell Syer
09/24/2021, 10:15 PMimplementation("com.squareup.sqldelight:gradle-plugin:1.5.1")
.
Remove that and you should be good.jimmyt
09/25/2021, 12:57 AMMitchell Syer
09/25/2021, 1:16 AMjimmyt
09/25/2021, 2:20 AMapply plugin:
outside of the buildscript block. Does implementing it in the plugins block, as I have done, do both of those in a single statement?Mitchell Syer
09/25/2021, 2:23 AMjimmyt
09/27/2021, 4:44 PM