Results 2 comments of xson

buildscript { ext.kotlin_version = "1.3.72" repositories { google() jcenter() } dependencies { classpath "com.android.tools.build:gradle:3.4.2" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'net.wequick.tools.build:gradle-small:1.2.0-beta3' // NOTE: Do not place your application dependencies here; they belong //...