rn Supported source version 'RELEASE_8' from annotation processor 'io.shreyash.rush.ExtensionProcessor' less than -source '21'
│
│ erro src\com\sidrobo\supabasedb\SupabaseDB.java:14: cannot find symbol
│ @DesignerComponent(
│ ^
│ symbol: class DesignerComponent
│ erro src\com\sidrobo\supabasedb\SupabaseDB.java:22: cannot find symbol
│ @SimpleObject(external = true)
│ ^
│ symbol: class SimpleObject
└ failed
It's appearing that you're using JDK 21, we suggest JDK 8 or 11 to compile extensions. However, @DesignerComponent
and @SimpleObject
annotations are not supported in Rush. You might want to try the new extension building tool FAST-CLI.