Git Product home page Git Product logo

easy-kotlin-mpp-gradle-plugin's Introduction

korlibs

This repository hosts the libraries used by KorGE (Kotlin Game Engine). It contains all the modules but KorGE itself.

For the old korlibs repo: https://github.com/korlibs/korlibs-all

Usage

Modules are published to Maven Central under the com.soywiz group.

For example, you can use korlibs-crypto as follows (replacing X.X.X with the latest release):

implementation("com.soywiz:korlibs-crypto:X.X.X")

easy-kotlin-mpp-gradle-plugin's People

Contributors

benchuk avatar drewcarlson avatar fardavide avatar krzema12 avatar razvizion avatar soywiz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

easy-kotlin-mpp-gradle-plugin's Issues

Update AGP

This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 4.2 or newer.

No basic tasks available: 'clean', 'build', 'assemble' and other

I'm trying to use this plugin for PlotAssert. The problem is that Gradle doesn't see basic tasks when I use the plugin:

$ ./gradlew clean

FAILURE: Build failed with an exception.

* What went wrong:
Task 'clean' not found in root project 'PlotAssert'.

* Try:
Run gradlew tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.0/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 472ms

My build.gradle is as follows: https://github.com/krzema12/PlotAssert/blob/easy-kotlin-mpp-gradle-plugin/build.gradle. I'm looking how it's configured e.g. for KorGE, and I don't see any meaningful differences.

I'd be grateful for any hints, then maybe also some improvements to the plugin will be possible, to let the new clients avoid some silly mistakes I probably made :) The plugin looks awesome - it will save me several days of work once I successfully integrate it!

Thanks,
Piotr

Improve Github Actions

It should decide to deploy based on a tag release-, and master should always contain -SNAPSHOT versions

Github Package

Hello,
thank you for this sample. I see that it tries to publish to Sonatype. However, is there a way to publish MPP library to Github Package?

Thank you,
Igor Ganapolsky

Remove tag and branch to be published

Just in case we are retrying a failed deploy. We can delete the tag and the branch locally and remotely:

git push origin --delete release-1.12.14
git push origin --delete releases/1.12.14
git branch -d releases/1.12.14
git tag -d release-1.12.14

Support arm64 targets

My project requires use of arm64 targets. iOS simulator is most essential for my purposes, but mac would be great as well.

It looks like the latest easyPluginVersion:0.18.4 support this.

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.