Giter VIP home page Giter VIP logo

Comments (2)

artdfel avatar artdfel commented on June 11, 2024

Hello! First of all, I got to remind you about Kotlin/Native issue tracker migration(see #4079). Bugs should be reported to the YouTrack, also one can ask for the community help on the #kotlin-native slack channel. Some known questions are answered on the StackOverflow, ask the new one can be done here.
About this particular question. As far as I can see, you're trying to use java.net.URL class, correct? This class is not available for Kotlin/Native. The whole point of Kotlin/Native is to provide programming with Kotlin but without JVM used. Therefore, no Java packages will be available for it.
If it's not Kotlin/Native, you can probably do something like url = URL(spec = "http://www.countries-list.info/Download-List/download.txt").

from kotlin-native.

lukavucko avatar lukavucko commented on June 11, 2024

Thank you for you answer, but I know that I can passed String in URL constructor. Thank you anyway, I will put the question on Stackoverflow.

from kotlin-native.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.