Navigation

    KorGE

    • Register
    • Login
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Михаил Лобачевский
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Михаил Лобачевский

    @Михаил Лобачевский

    0
    Reputation
    2
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Михаил Лобачевский Follow

    Best posts made by Михаил Лобачевский

    This user hasn't posted anything yet.

    Latest posts made by Михаил Лобачевский

    • RE: Adding external Libraries

      I think we need to wait for the author’s response.
      All proposed solutions do not work in particular when trying to build an android.

      posted in Support
      Михаил Лобачевский
      Михаил Лобачевский
    • RE: Adding external Libraries

      I also did not find the answer in the documentation. The solution helped me:
      (build.gradle.kts)

      korge {

      id = "com.example.example"
      version = "0.0.1"
      name = "testapp"
      
      dependencyMulti("casper.types:typesKt:1.0.1")
      

      }
      There is probably a simpler and more obvious solution. but the gradle is hard for me

      posted in Support
      Михаил Лобачевский
      Михаил Лобачевский