λ°μν
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
- git
- socket.io
- TIZEN
- firebase-database
- gradle
- hung-up
- μμΉ
- mosquitto
- cloud-firestore
- BottomSheetDialog
- socket-client
- Flavors
- socket-server
- Android
- Firebase
- Dva
- Java8
- ActivityResult-API
- μ€μ¦λ·°μ΄
- AWS
- google-login
- mqtt
- Galaxy Watch
- Kotlin
- ozd
- firebase-storage
- git-push
- OZViewer
- NoSuchMethodError
- JNI
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' μΉ΄ν κ³ λ¦¬μ λ€λ₯Έ κΈ
MVI Architecture Pattern in Android (0) | 2025.03.01 |
---|---|
μ΄νν°λΈ μ½νλ¦° - 5μ₯ κ°μ²΄μμ±, 6μ₯ ν΄λμ€ μ€κ³ (0) | 2024.04.09 |
μ΄νν°λΈ μ½νλ¦° - 3μ₯ μ¬μ¬μ©μ±, 4μ₯ μΆμν μ€κ³ (0) | 2024.04.08 |
μ΄νν°λΈ μ½νλ¦° - 2μ₯ κ°λ μ± (0) | 2024.03.10 |
μ΄νν°λΈ μ½νλ¦° - 1μ₯ μμ μ± (0) | 2024.03.06 |