Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. :PokeGOAPI-Java:extractIncludeProto UP-TO-DATE
  2. :PokeGOAPI-Java:extractProto UP-TO-DATE
  3. :PokeGOAPI-Java:generateProto UP-TO-DATE
  4. :PokeGOAPI-Java:compileJava UP-TO-DATE
  5. :PokeGOAPI-Java:processResources UP-TO-DATE
  6. :PokeGOAPI-Java:classes UP-TO-DATE
  7. :PokeGOAPI-Java:jar UP-TO-DATE
  8. :compileKotlin
  9. e: /home/ubuntu/PokemonGoBot/src/main/kotlin/ink/abb/pogo/scraper/Bot.kt: (76, 66): Unresolved reference: thenComparing
  10. e: /home/ubuntu/PokemonGoBot/src/main/kotlin/ink/abb/pogo/scraper/Settings.kt: (30, 107): Unresolved reference: Base64
  11. e: /home/ubuntu/PokemonGoBot/src/main/kotlin/ink/abb/pogo/scraper/Settings.kt: (146, 14): Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:
  12. public fun CharSequence.lines(): List<String> defined in kotlin.text
  13. e: /home/ubuntu/PokemonGoBot/src/main/kotlin/ink/abb/pogo/scraper/Settings.kt: (146, 22): Cannot choose among the following candidates without completing type inference:
  14. @HidesMembers public inline fun <T> Iterable<???>.forEach(action: (???) -> Unit): Unit defined in kotlin.collections
  15. @HidesMembers public inline fun <K, V> Map<???, ???>.forEach(action: (Map.Entry<???, ???>) -> Unit): Unit defined in kotlin.collections
  16. e: /home/ubuntu/PokemonGoBot/src/main/kotlin/ink/abb/pogo/scraper/Settings.kt: (147, 17): Unresolved reference: it
  17. e: /home/ubuntu/PokemonGoBot/src/main/kotlin/ink/abb/pogo/scraper/Settings.kt: (147, 31): Unresolved reference: it
  18. e: /home/ubuntu/PokemonGoBot/src/main/kotlin/ink/abb/pogo/scraper/Settings.kt: (150, 24): Unresolved reference: it
  19. e: /home/ubuntu/PokemonGoBot/src/main/kotlin/ink/abb/pogo/scraper/Settings.kt: (151, 37): Unresolved reference: it
  20. :compileKotlin FAILED
  21.  
  22. FAILURE: Build failed with an exception.
  23.  
  24. * What went wrong:
  25. Execution failed for task ':compileKotlin'.
  26. > Compilation error. See log for more details
  27.  
  28. * Try:
  29. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  30.  
  31. BUILD FAILED
  32.  
  33. Total time: 26.288 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement