this (<https://github.com/square/sqldelight>) is t...
# intellij-plugins
a
this (https://github.com/square/sqldelight) is the project I'm debugging, after a bunch of git bisecting it looks like the issue comes from having android modules in the same project as the intellij plugin, if i get rid of
include 'sqldelight-sample
and
include sqldelight-runtime
(the two android modules) from
settings.gradle
the debugger attaches fine...which is weird since the plugin doesn't depend on either of the android projects.