Skip to content

Instantly share code, notes, and snippets.

View RB-93's full-sized avatar
💻
Work Mode ON!!!

Rohit Bhargava RB-93

💻
Work Mode ON!!!
View GitHub Profile
@RB-93
RB-93 / build.gradle
Created October 16, 2020 07:20 — forked from sagar-viradiya/build.gradle
DevFest India 2020 Day 1 - build.gradle file
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: "kotlin-kapt"
android {
compileSdkVersion 29
defaultConfig {
applicationId "com.devfest.india.bmsclone"