ktorio / ktor-plugin-registry

Maintains a repository of all Ktor plugins
Apache License 2.0
53 stars 15 forks source link

Firebase auth provider compilation target is too high #129

Open bjhham opened 1 month ago

bjhham commented 1 month ago

Only compiles with JDK >= 21

See output:

Execution failed for task ':compileKotlin'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not resolve com.kborowy:firebase-auth-provider:1+.
     Required by:
         root project :
      > Dependency resolution is looking for a library compatible with JVM runtime version 17, but 'com.kborowy:firebase-auth-provider:1.1.4' is only compatible with JVM runtime version 21 or newer.