Overview
Set up a Kotlin gradle DSL project / multi-platform ( default approach )
Problem
Need to move away from this older build process
Kiit is still using the older .gradle format. This is to switch ( starting with just 1 project ), over to Kotlin gradle script with .kt and also use the new multi-platform project setup.
Solution
- kiit.results: Only do 1 project first
- Publish : Publish to a test package ( e.g. kiit.experimental.results )
- Test : Test out the artifact in a jvm project, android project
- IOS : Test out the project in an iOS project
Alternatives
n/a
Overview
Set up a Kotlin gradle DSL project / multi-platform ( default approach )
Problem
Need to move away from this older build process
Kiit is still using the older .gradle format. This is to switch ( starting with just 1 project ), over to Kotlin gradle script with .kt and also use the new multi-platform project setup.
Solution
Alternatives
n/a