plugins { id 'kotlin' id 'kotlin-spring' } dependencies { api 'org.telegram:telegrambots-spring-boot-starter' implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8' implementation 'com.fasterxml.jackson.core:jackson-databind' implementation 'com.fasterxml.jackson.module:jackson-module-kotlin' implementation 'org.springframework.boot:spring-boot' testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin") testImplementation("org.mockito:mockito-inline") testImplementation 'junit:junit' }