Skip to content

Instantly share code, notes, and snippets.

@AdamJHowell
Created January 10, 2022 23:39
Show Gist options
  • Save AdamJHowell/7431033cc946a0f23cd3df13df633fca to your computer and use it in GitHub Desktop.
Save AdamJHowell/7431033cc946a0f23cd3df13df633fca to your computer and use it in GitHub Desktop.
D:\test\acme>gradlew installDebug
Checking the license for package Android SDK Build-Tools 30.0.3 in D:\Data\Android\SDK\licenses
License for package Android SDK Build-Tools 30.0.3 accepted.
Preparing "Install Android SDK Build-Tools 30.0.3 (revision: 30.0.3)".
"Install Android SDK Build-Tools 30.0.3 (revision: 30.0.3)" ready.
Installing Android SDK Build-Tools 30.0.3 in D:\Data\Android\SDK\build-tools\30.0.3
"Install Android SDK Build-Tools 30.0.3 (revision: 30.0.3)" complete.
"Install Android SDK Build-Tools 30.0.3 (revision: 30.0.3)" finished.
Checking the license for package Android SDK Platform 32 in D:\Data\Android\SDK\licenses
License for package Android SDK Platform 32 accepted.
Preparing "Install Android SDK Platform 32 (revision: 1)".
"Install Android SDK Platform 32 (revision: 1)" ready.
Installing Android SDK Platform 32 in D:\Data\Android\SDK\platforms\android-32
"Install Android SDK Platform 32 (revision: 1)" complete.
"Install Android SDK Platform 32 (revision: 1)" finished.
> Task :app:compileDebugKotlin
'compileDebugJavaWithJavac' task (current target is 11) and 'compileDebugKotlin' task (current target is 1.8) jvm target compatibility should be set to the same Java version.
w: D:\test\acme\app\src\main\java\com\example\acmeroute\MainActivity.kt: (15, 28): This declaration is experimental and its usage should be marked with '@kotlinx.serialization.ExperimentalSerializationApi' or '@OptIn(kotlinx.serialization.ExperimentalSerializationApi::class)'
w: D:\test\acme\app\src\main\java\com\example\acmeroute\MainActivity.kt: (15, 28): This declaration is experimental and its usage should be marked with '@kotlinx.serialization.ExperimentalSerializationApi' or '@OptIn(kotlinx.serialization.ExperimentalSerializationApi::class)'
w: D:\test\acme\app\src\main\java\com\example\acmeroute\MainActivity.kt: (15, 39): This declaration is experimental and its usage should be marked with '@kotlinx.serialization.ExperimentalSerializationApi' or '@OptIn(kotlinx.serialization.ExperimentalSerializationApi::class)'
w: D:\test\acme\app\src\main\java\com\example\acmeroute\MainActivity.kt: (26, 40): This declaration is experimental and its usage should be marked with '@kotlinx.serialization.ExperimentalSerializationApi' or '@OptIn(kotlinx.serialization.ExperimentalSerializationApi::class)'
w: D:\test\acme\app\src\main\java\com\example\acmeroute\MainActivity.kt: (26, 54): This declaration is experimental and its usage should be marked with '@kotlinx.serialization.ExperimentalSerializationApi' or '@OptIn(kotlinx.serialization.ExperimentalSerializationApi::class)'
> Task :app:installDebug
Installing APK 'app-debug.apk' on 'SM-G781U - 11' for app:debug
Installed on 1 device.
BUILD SUCCESSFUL in 2m 34s
34 actionable tasks: 34 executed
D:\test\acme>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment