mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
12 lines
245 B
Kotlin
Vendored
12 lines
245 B
Kotlin
Vendored
package com.myapp
|
|
|
|
import android.app.Activity
|
|
import android.os.Bundle
|
|
import kotlinx.android.synthetic.main.layout.*
|
|
|
|
public class MyActivity : Activity() {
|
|
override fun onCreate(savedInstanceState: Bundle?) {}
|
|
val button = NEWNAME
|
|
}
|
|
|