build.gradle 265 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 apply plugin: 'kotlin' apply plugin: 'org.springframework.boot' dependencies { implementation project(':line-bot-spring-boot') implementation "org.springframework.boot:spring-boot-starter-web" implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8' }