Anton Smirnov

Results 74 comments of Anton Smirnov

Any chance to have it implemented?

does not work with http://sourceforge.net/projects/mingw-w64/?source=dlp, same error

Being practical my question is "What can be used for files IO in Kotlin Multiplatform at the moment"? I came up with some `expect`ed classes and home-brew `actual` impls using...

FYI Got a couple of suggestions on slack: - https://github.com/korlibs/korio - https://github.com/suparngp/kotlin-multiplatform-projects/tree/master/fs

I've tried to compile locally but [it](https://github.com/4ntoine/kotlinx-files/tree/issue-1) fails with the following: ``` ~/Documents/dev/src/kotlinx-files asmirnov$./gradlew assemble > Configure project :kotlinx-files Kotlin Multiplatform Projects are an experimental feature. The Kotlin source set...

cloning https://github.com/orangy/kotlinx.team.infra into `../kotlin-libraries-infra`+ installing it locally with `./gradlew publishToMavenLocal` and [uncommenting infra-related stuff](https://github.com/4ntoine/kotlinx-files/commit/d0c5096f794f49fa192d05c5d67362381b75f2bc) did not help: ``` ~/Documents/dev/src/kotlinx-files asmirnov$./gradlew clean assemble FAILURE: Build failed with an exception. * Where:...

Temporarily solved it by building it as a subproject of my project. Proper solution still required.

Did not test it for ART, for Dalvik only

Hi, I did not test it for 64 bit target unfortunately.

Here is how the extensa toolchain is built. Common ----- git clone https://github.com/jcmvbkbc/crosstool-NG.git cd crosstool-NG.git git checkout xtensa-1.24.x ./bootstrap ./configure --prefix=./installed make make install cd ./installed/bin ARM64 (works fine) -----...