Loading build.gradle +3 −1 Original line number Diff line number Diff line // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext.kotlin_version = '1.6.0-RC2' ext.kotlin_version = '1.5.20' repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:4.1.1' Loading Loading
build.gradle +3 −1 Original line number Diff line number Diff line // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext.kotlin_version = '1.6.0-RC2' ext.kotlin_version = '1.5.20' repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:4.1.1' Loading