Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

How to develop?

Jens Klingenberg edited this page Sep 4, 2019 · 3 revisions

Inside the project folder run:

  • ./gradlew :annotations:publishToMavenLocal
  • ./gradlew :kotlin-plugin:build
  • ./gradlew :kotlin-compiler-native-plugin:build

I haven't added the MacOS targets for the annotations module. You need to add the target in build.gradle if you want to build them.

Clone this wiki locally