Git Product home page Git Product logo

Comments (7)

Nailik avatar Nailik commented on September 23, 2024 28

i just got the same problem, is there any workaround possible?

Edit:
A temporary workaround (for android) is to add this to the build.gradle.kts

android {
    sourceSets {
        getByName("main").java.srcDirs("build/generated/moko/androidMain/src")
    }
}

For ios:

val iosX64Main by getting {
    resources.srcDirs("build/generated/moko/iosX64Main/src")
}
val iosArm64Main by getting {
   resources.srcDirs("build/generated/moko/iosArm64Main/src")
}
val iosSimulatorArm64Main by getting {
   resources.srcDirs("build/generated/moko/iosSimulatorArm64Main/src")
}

from moko-resources.

bcmedeiros avatar bcmedeiros commented on September 23, 2024 5

Same issue here, with kotlin 1.9.0 final

from moko-resources.

luca992 avatar luca992 commented on September 23, 2024 2

After updating to 1.9.0 the generateMRjvmMain task isn't even available for me any more while other native targets, and android are still available

Edit: Nvm. Turns out I had to explicitly set jvmMain and android main to depend on commonMain

from moko-resources.

archiegq21 avatar archiegq21 commented on September 23, 2024 2

i just got the same problem, is there any workaround possible?

Edit: A temporary workaround (for android) is to add this to the build.gradle.kts

android {
    sourceSets {
        getByName("main").java.srcDirs("build/generated/moko/androidMain/src")
    }
}

For ios:

val iosX64Main by getting {
    resources.srcDirs("build/generated/moko/iosX64Main/src")
}
val iosArm64Main by getting {
   resources.srcDirs("build/generated/moko/iosArm64Main/src")
}
val iosSimulatorArm64Main by getting {
   resources.srcDirs("build/generated/moko/iosSimulatorArm64Main/src")
}

Did you find any workaround for JS?

from moko-resources.

pitampoudel avatar pitampoudel commented on September 23, 2024 1

i just got the same problem, is there any workaround possible?

Edit: A temporary workaround (for android) is to add this to the build.gradle.kts

android {
    sourceSets {
        getByName("main").java.srcDirs("build/generated/moko/androidMain/src")
    }
}

For ios:

val iosX64Main by getting {
    resources.srcDirs("build/generated/moko/iosX64Main/src")
}
val iosArm64Main by getting {
   resources.srcDirs("build/generated/moko/iosArm64Main/src")
}
val iosSimulatorArm64Main by getting {
   resources.srcDirs("build/generated/moko/iosSimulatorArm64Main/src")
}

@Nailik thank you for the workaround. I can run my Android app after adding this but what about jvm? I am still getting the error message when trying to run the desktop app.

One solution would be to configure it like below but it again gives some warning about the hierarchy template.
jvmMain.configure {
dependsOn(commonMain.get())
}

The Default Kotlin Hierarchy Template was not applied to 'project ':shared'':
Explicit .dependsOn() edges were configured for the following source sets:
[jvmMain]

Consider removing dependsOn-calls or disabling the default template by adding
    'kotlin.mpp.applyDefaultHierarchyTemplate=false'
to your gradle.properties
       

from moko-resources.

ExNDY avatar ExNDY commented on September 23, 2024

i just got the same problem, is there any workaround possible?

Edit: A temporary workaround (for android) is to add this to the build.gradle.kts

@Nailik , Worked solution on current time, thank you

from moko-resources.

Alex009 avatar Alex009 commented on September 23, 2024

should be fixed in 0.24.0-beta-1

from moko-resources.

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.