Skip to content

Commit

Permalink
Reimplement generated classes to Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgames13 committed Nov 11, 2019
1 parent 9e151c0 commit 667f136
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Generated files
bin/
gen/
#gen/
out/
# Uncomment the following line in case you need and you don't have the release build type files in your app
# release/
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*___Generated_by_IDEA___*/

package com.mrgames13.jimdo.feinstaubapp

/* This stub is only used by the IDE. It is NOT the BuildConfig class actually packed into the APK */
object BuildConfig {
val DEBUG = Boolean.parseBoolean(null)
}
6 changes: 6 additions & 0 deletions app/src/main/gen/com/mrgames13/jimdo/feinstaubapp/Manifest.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*___Generated_by_IDEA___*/

package com.mrgames13.jimdo.feinstaubapp

/* This stub is only used by the IDE. It is NOT the Manifest class actually packed into the APK */
class Manifest
6 changes: 6 additions & 0 deletions app/src/main/gen/com/mrgames13/jimdo/feinstaubapp/R.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*___Generated_by_IDEA___*/

package com.mrgames13.jimdo.feinstaubapp

/* This stub is only used by the IDE. It is NOT the R class actually packed into the APK */
class R

0 comments on commit 667f136

Please sign in to comment.