pedromsantos / HarrisMusic

Kotlin music theory library
7 stars 1 forks source link

Unresolved reference: harris #1

Open martijnmichel opened 3 years ago

martijnmichel commented 3 years ago

I'm quite new to kotlin coding so this could be a stupid question but when importing i get the above error...

import org.harris.Pitch.*

pedromsantos commented 3 years ago

I´m also quite new to Kotlin, I started this project to try to learn Kotlin myself :) Let me see if I can find out why you have this issue but no promisses.

martijnmichel commented 3 years ago

https://www.reddit.com/r/Kotlin/comments/lsavrm/new_to_kotlin_how_do_i_use_this_library/

someone's saying you need to create a jar

pedromsantos commented 3 years ago

Just saw that thread, I will have a look into it. New learning opportunity :)