Navaron Bracke

do not explicitly depend on the Kotlin Standard Library

@@ -2,7 +2,6 @@ group 'dev.steenbakker.mobile_scanner' @@ -2,7 +2,6 @@ group 'dev.steenbakker.mobile_scanner'
2 version '1.0-SNAPSHOT' 2 version '1.0-SNAPSHOT'
3 3
4 buildscript { 4 buildscript {
5 - ext.kotlin_version = '1.7.22'  
6 repositories { 5 repositories {
7 google() 6 google()
8 mavenCentral() 7 mavenCentral()
@@ -10,7 +9,7 @@ buildscript { @@ -10,7 +9,7 @@ buildscript {
10 9
11 dependencies { 10 dependencies {
12 classpath 'com.android.tools.build:gradle:8.3.2' 11 classpath 'com.android.tools.build:gradle:8.3.2'
13 - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" 12 + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22"
14 } 13 }
15 } 14 }
16 15
@@ -64,8 +63,6 @@ android { @@ -64,8 +63,6 @@ android {
64 } 63 }
65 64
66 dependencies { 65 dependencies {
67 - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"  
68 -  
69 def useUnbundled = project.findProperty('dev.steenbakker.mobile_scanner.useUnbundled') ?: false 66 def useUnbundled = project.findProperty('dev.steenbakker.mobile_scanner.useUnbundled') ?: false
70 if (useUnbundled.toBoolean()) { 67 if (useUnbundled.toBoolean()) {
71 // Dynamically downloaded model via Google Play Services 68 // Dynamically downloaded model via Google Play Services