I'm working on a change to `supertokens-mysql-plug...
# contributing
y
I'm working on a change to
supertokens-mysql-plugin
for https://github.com/supertokens/supertokens-core/pull/359 but IDEA won't let me commit. It says it can't resolve several symbols and methods in
ConnectionPool.java
(eg,
zaxxer
) although the required jars are in the
build/dependencies
folder, and all tests pass. First, I tried
File > Invalidate Caches...
but that did not help. Second, I deleted
supertokens-mysql-plugin
and re-ran
./loadModules
. However, IDEA still says it can't resolve these symbols and methods.