Kotlin 13.11

Post #163 written by Khodok in Code

Content

Notes Kotlin

Si problèmes à l’exécution:

build.gradle(:app)

Groovy
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
android {
    compileOptions {
            sourceCompatibility JavaVersion.VERSION_1_8
            targetCompatibility JavaVersion.VERSION_1_8

        }

        kotlinOptions {
            jvmTarget = JavaVersion.VERSION_1_8.toString()
        }
}

→ Navigation UP → Disponible dans un Fragment ouvert (revenir)

→ app_graph.xml → label : { title } (argument s’appelle title)

Comments

Please Log in to leave a comment.

No comments yet.