File tree Expand file tree Collapse file tree 5 files changed +0
-13
lines changed
Kotlin/HelloWorld/app/src/main Expand file tree Collapse file tree 5 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 1010 android : supportsRtl =" true"
1111 android:usesCleartextTraffic = " true"
1212 android : theme =" @style/Theme.SimpleSample" >
13- <!-- <activity android:name="com.dynamsoft.helloworld.kotlin.MainActivityKt">-->
1413 <activity android : name =" com.dynamsoft.helloworld.java.MainActivity" >
1514 <intent-filter >
1615 <action android : name =" android.intent.action.MAIN" />
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
3- ext {
4- ext. kotlin_version = ' 1.6.10'
5- }
63 repositories {
74 google()
85 mavenCentral()
96 }
107 dependencies {
118 classpath ' com.android.tools.build:gradle:4.1.2'
12- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
13-
149 // NOTE: Do not place your application dependencies here; they belong
1510 // in the individual module build.gradle files
1611 }
Original file line number Diff line number Diff line change 1010 android : supportsRtl =" true"
1111 android:usesCleartextTraffic = " true"
1212 android : theme =" @style/Theme.SimpleSample" >
13- <!-- <activity android:name="com.dynamsoft.helloworld.kotlin.MainActivityKt">-->
1413 <activity android : name =" com.dynamsoft.tinybarcode.java.MainActivity" >
1514 <intent-filter >
1615 <action android : name =" android.intent.action.MAIN" />
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
3- ext {
4- ext. kotlin_version = ' 1.6.10'
5- }
63 repositories {
74 google()
85 mavenCentral()
96 }
107 dependencies {
118 classpath ' com.android.tools.build:gradle:4.1.2'
12- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
13-
149 // NOTE: Do not place your application dependencies here; they belong
1510 // in the individual module build.gradle files
1611 }
Original file line number Diff line number Diff line change 1010 android : supportsRtl =" true"
1111 android:usesCleartextTraffic = " true"
1212 android : theme =" @style/Theme.SimpleSample" >
13- <!-- <activity android:name="com.dynamsoft.helloworld.kotlin.MainActivityKt">-->
1413 <activity android : name =" com.dynamsoft.helloworld.kotlin.MainActivityKt" >
1514 <intent-filter >
1615 <action android : name =" android.intent.action.MAIN" />
You can’t perform that action at this time.
0 commit comments