Closed ityulkanov closed 4 years ago
@ityulkanov please check http://www.slf4j.org/codes.html#noProviders, not an API issue
Fixed it by adding slf4j dependency
implementation("org.telegram:telegrambots:6.3.0")
implementation("org.slf4j:slf4j-simple:2.0.5")
I've tried to create a blank project with only your library, but it is breaking with an error:
SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
Creating with springboot working just fine - it is starting without any errors. Is there a specific extra import I should add to build.gradle file to make it work?
My gradle file looks like this: