dara1chan

Results 1 comments of dara1chan

this build.gradle worked for me ``` group 'com.example.installplugin' version '1.0-SNAPSHOT' buildscript { ext.kotlin_version = '1.7.10' repositories { google() mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:7.3.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } rootProject.allprojects {...