You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
meals/android/app/src/main/kotlin/com/example/meals/MainActivity.kt

7 lines
122 B
Kotlin

package com.example.meals
import io.flutter.embedding.android.FlutterActivity
class MainActivity: FlutterActivity() {
}