File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -356,19 +356,19 @@ module.exports = class extends Generator {
356356 //app/src/main/java/YOUR_PACKAGE_PATH/feature/detailpokemon/moves/MovesAdapter.kt
357357 this . fs . copyTpl (
358358 this . templatePath ( 'app/src/main/java/com/example/app/feature/detailpokemon/moves/MovesAdapter.kt' ) ,
359- this . destinationPath ( rootDir + '/app/src/main/java/' + packageDir + '/feature/detailpokemon/basestat /MovesAdapter.kt' ) ,
359+ this . destinationPath ( rootDir + '/app/src/main/java/' + packageDir + '/feature/detailpokemon/moves /MovesAdapter.kt' ) ,
360360 { package : this . answers . package }
361361 ) ;
362362 //app/src/main/java/YOUR_PACKAGE_PATH/feature/detailpokemon/moves/MovesFragment.kt
363363 this . fs . copyTpl (
364364 this . templatePath ( 'app/src/main/java/com/example/app/feature/detailpokemon/moves/MovesFragment.kt' ) ,
365- this . destinationPath ( rootDir + '/app/src/main/java/' + packageDir + '/feature/detailpokemon/basestat /MovesFragment.kt' ) ,
365+ this . destinationPath ( rootDir + '/app/src/main/java/' + packageDir + '/feature/detailpokemon/moves /MovesFragment.kt' ) ,
366366 { package : this . answers . package }
367367 ) ;
368368 //app/src/main/java/YOUR_PACKAGE_PATH/feature/detailpokemon/moves/MovesViewModel.kt
369369 this . fs . copyTpl (
370370 this . templatePath ( 'app/src/main/java/com/example/app/feature/detailpokemon/moves/MovesViewModel.kt' ) ,
371- this . destinationPath ( rootDir + '/app/src/main/java/' + packageDir + '/feature/detailpokemon/basestat /MovesViewModel.kt' ) ,
371+ this . destinationPath ( rootDir + '/app/src/main/java/' + packageDir + '/feature/detailpokemon/moves /MovesViewModel.kt' ) ,
372372 { package : this . answers . package }
373373 ) ;
374374
You can’t perform that action at this time.
0 commit comments