λ°μν
Notice
Recent Posts
Link
μΌ | μ | ν | μ | λͺ© | κΈ | ν |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- μμΉ
- AWS
- ozd
- gradle
- firebase-database
- JNI
- socket-client
- hung-up
- Firebase
- Android
- ActivityResult-API
- firebase-storage
- google-login
- Flavors
- cloud-firestore
- git-push
- mosquitto
- OZViewer
- Kotlin
- socket.io
- μ€μ¦λ·°μ΄
- NoSuchMethodError
- TIZEN
- Java8
- git
- Dva
- BottomSheetDialog
- socket-server
- mqtt
- Galaxy Watch
Archives
- Today
- Total
Hyeyeon blog
'compileDebugJavaWithJavac' task (current target is 1.8) and 'kaptGenerateStubsDebugKotlin' task (current target is 17) jvm target compatibility should be set to the same Java version. λ³Έλ¬Έ
κ°λ°/Android
'compileDebugJavaWithJavac' task (current target is 1.8) and 'kaptGenerateStubsDebugKotlin' task (current target is 17) jvm target compatibility should be set to the same Java version.
Hyeyeon.P 2024. 4. 8. 18:41λ°μν
π€
AGP 7.4.0 μ΄μμμ λ°μνλ λ¬Έμ λ‘,
μλμκ°μ΄ build.grale(app)μ JVM λμμ JDK λ²μ μ λͺ μνμ¬ ν΄κ²°ν μ μλ€.
kotlin {
jvmToolchain(17)
}
android {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_17.toString()
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
}
728x90
'κ°λ° > Android' μΉ΄ν κ³ λ¦¬μ λ€λ₯Έ κΈ
[Android] Compose UI Test (0) | 2025.02.26 |
---|---|
μ΄νν°λΈ μ½νλ¦° - 5μ₯ κ°μ²΄μμ±, 6μ₯ ν΄λμ€ μ€κ³ (0) | 2024.04.09 |
μ΄νν°λΈ μ½νλ¦° - 3μ₯ μ¬μ¬μ©μ±, 4μ₯ μΆμν μ€κ³ (0) | 2024.04.08 |
μ΄νν°λΈ μ½νλ¦° - 2μ₯ κ°λ μ± (0) | 2024.03.10 |
μ΄νν°λΈ μ½νλ¦° - 1μ₯ μμ μ± (0) | 2024.03.06 |
Comments